Quote:
Originally posted by Kaimetsu
Assuming it doesn't have them loaded at all times. getplayer has to search through every player on the server. Using player[] just skips that step.
|
Well, I'm assuming there is some 'list' of all the players online, getplayer pulls the players row (as in from a MySQL db) out of that list, which contains all his attribs. Using players[] probably does the same but level based instead of searching through all the accounts, since you can't access all the player's attribs without using a with function thing, get what I'm saying? I could be wrong about my opinion on what it does, if your opinion is different please tell yours
