04.11.2009, 00:47
Quote:
Originally Posted by [B
Vortex ]
do you have Код:
new Team[MAX_PLAYERS]; Quote:
|
pawn Код:
C:\Users\Stunt Paradise\Desktop\samp03asvr_R3_win32\gamemodes\heist.pwn(340) : error 017: undefined symbol "MAX_SERVER_PLAYERS"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
10 Errors.
pawn Код:
for(new i = 0; i < MAX_SERVER_PLAYERS; i++) //change MAX_SERVER_PLAYERS to the maximum player slots you have on ur server
{
if(indm[i]==1)
{
TextDrawShowForPlayer(i, scoretext);
}
}
}