Quote:
Originally Posted by Shadoww5
PHP код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmdtext, "/comando", true) == 0)
{
SetPlayerCheckPoint(playerid, X, Y, Z, 8.0);
Checkpointativado[playerid] = 1;
return 1;
}
return 0;
}
public OnPlayerEnterCheckpoint(playerid)
{
if(Checkpointativado[playerid] == 1)
{
DisablePlayerCheckpoint(playerid);
SendClientMessage(playerid, -1, "O checkpoint foi desabilitado !");
Checkpointativado[playerid] = 0;
return 1;
}
}
Ai й so um exemplo ... Se nгo entender, avisa. /\
|
Mais o meu comando /gps estб em dialog ;s , vo tentar fazer aqui, obrigado!