01.08.2014, 23:30
Make sure you have IsPlayerInRangeOfPoint and not IsPlayerInRangeOfPoiint.
It should be:
Rather than:
It should be:
Код:
for(new i = 0; i < MAX_PLAYERS; i++)
Код:
for(new i = 0 < MAX_PLAYERS; i++)