08.06.2016, 14:14
Quote:
|
I found this error >
Код:
H:\GAME\SA-MP Server\HGTDM\Gamemodes\HGTDM~RP.pwn(32028) : error 017: undefined symbol "GetPlayerPoolSize" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error. |
Код:
for(new i = 0, j = GetPlayerPoolSize(); i <= j; i++)
If prior to 0.3.7
Код:
for(new i = 0, i <= MAX_PLAYERS; i++)

