Quote:
Originally Posted by L.S.T
Eu Fiz Isso aqui o:
PHP код:
public Checar()
{
for(new x, y = GetMaxPlayers(); x < y; x++)
{
if(GetPlayerScore(x) > 500)
{
SendClientMessage(playerid, COLOR_YELLOW,"Bora Bahia");
}
}
return 1;
}
E da um Erro
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.
Nгo intendi esse Erro!
|
Isto deve resolver o seu problema
:
Basta trocar o
playerid da linha que vocк adicionou por
x .
Caso vocк nгo saiba como um cуdigo
for funciona, recomendo que leia este tutorial:
https://sampforum.blast.hk/showthread.php?tid=195529
Espero ter ajudado
.