[Ajuda] Limpar Ficha PPC_Trucking
#1

Queria Um Comandos Que Limpasse A Ficha Do Player Quando Nao Tiver Policia Oline, Tipo /190
Se Puderem Me Ajuda Agradeзo.
Reply
#2

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
	if (strcmp("/NaoUseDrogas", cmdtext, true, 10) == 0)
	{
    SetPlayerWantedLevel(playerid, 0);
    SendClientMessage(playerid, 0xFF0000FF, "Sua Ficha Foi Limpa.");
		return 1;
	}
	return 0;
}
Reply
#3

nao deu serto й pra colocar aonde isso aki o GM й de TRUCKING
Reply
#4

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)