18.10.2014, 12:31
you're making an array:
new cash[MAX_PLAYERS] = 1000
and then using cash[playerid]
it doesn't need to be an array
new cash[MAX_PLAYERS] = 1000
and then using cash[playerid]
it doesn't need to be an array