Thread: Better ATTR's
View Single Post
  #4  
Old 07-27-2011, 09:41 AM
Mark Sir Link Mark Sir Link is offline
Kevin Azite
Mark Sir Link's Avatar
Join Date: Sep 2005
Posts: 1,489
Mark Sir Link is just really niceMark Sir Link is just really nice
Send a message via AIM to Mark Sir Link
setting player.attr[3] to some massive string (10k) on the serverside and echoing the length clientside is always returning 223. I imagine there is a limit for it clientside since that data is being passed to all players in the same players level.

attributes array is also really inflexible, cannot store arrays, and apparently stumbles if you try to store something like 255_255_255, truncating it to just 255.
Reply With Quote