09.05.2011, 03:25
Estou querendo criar um comando tipo um cara digita ""/190"" e mostra um CheckPoints para todos policiais de onde ele estб mas estou com muita dificuldade alguem pode me ajudar??
if(strcmp("/190", cmdtext, true, 10) == 0)
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(gTeam[i] = Policial)
{
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X, Y, Z);
SetPlayerCheckPoint(i, X, Y, Z, 7.0);
}
}
return 1;
}
GetPlayerPos(playerid, X, Y, Z); // Olhe o playerid