Quote:
Originally Posted by Cauezin
Tenta ai, se funcionar eu te explico.
PHP код:
CMD:bla(playerid)
{
new Float:Pos[3];
GetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]);
for(new i; i > MAX_PLAYERS; i++)
{
if(IsPlayerInRangeOfPoint(i, 5.0, Pos[0], Pos[1], Pos[2]))
{
SendClientMessage(i, -1, "Alguйm executou o comando ''Bla''");
}
}
return 1;
}
|
Compilou mais o comando nгo acontece nada