15.11.2011, 00:32
Eu Fiz Isso aqui o:
E da um Erro
Nгo intendi esse Erro!
PHP код:
public Checar()
{
for(new x, y = GetMaxPlayers(); x < y; x++)
{
if(GetPlayerScore(x) > 500)
{
SendClientMessage(playerid, COLOR_YELLOW,"Bora Bahia");
}
}
return 1;
}
PHP код:
C:\Users\Lucas\Desktop\SAMP - TBD\filterscripts\lstadmin.pwn(5339) : error 017: undefined symbol "playerid"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.