View Single Post
twistedeuphoria
Veteran Member
Join Date: Jul 2004
Old 07-12-2005 , 15:40  
Reply With Quote #15

You can't declare arrays with dynamic sizes in Small.

Edit: Player IDs are 1-32 so you can just create an array new array[33] and put a value in each of those. The array index will be equal to the Player ID that you want.
__________________
twistedeuphoria is offline