View Single Post
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 12-27-2015 , 20:36   Re: Pro's vs. Con's of storing player data in variables?
Reply With Quote #6

Userid, but you can't sanely use it as an array index since SourcePawn doesn't have sparse arrays.
You'll need to move over to using a StringMap.
__________________
asherkin is offline