24.09.2011, 17:43
Aqui у:
PHP код:
if(!strcmp(cmdtext,"/limparestrela", true))
{
if(!IsPlayerInRangeOfPoint(playerid, 3, X, Y, Z))// Em X, Y, Z coloque as cordenadas! "" Se ele nгo estiver no local, manda a mensagem a baixo!
return SendClientMessage(playerid, -1 "Vocк nгo estб no local pra limpar estrelas");
SetPlayerWantedLevel(playerid, 0);
SendClientMessage(playerid, -1, "Vocк limpou suas estrelas :)");
return 1;
}