[Ajuda] Comando /190
#5

pawn Код:
CMD:limparficha(playerid, params[])
{
    new Nome[MAX_PLAYER_NAME], Nome2[MAX_PLAYER_NAME], Celulas[120];
    if(sscanf(params, "u", id)) return SendClientMessage(playerid, -1, "Use /limparficha [Id]");
    GetPlayerName(playerid, Nome, sizeof(Nome));
    GetPlayerName(id, Nome2, sizeof(Nome2));
    format(Celulas, sizeof(Celulas), "O Policial %s limpou a ficha do jogador %s", Nome, Nome2);
    SendClientMessageToAll(-1, Celulas);
    SendClientMessage(id, -1,"Vocк nгo й mais um procurado !");
    SetPlayerWantedLevel(id, 0);
    return 1;
}
Reply


Messages In This Thread
Comando /190 - by comanfiss - 05.04.2014, 17:00
Re: Comando /190 - by P1c4550 - 06.04.2014, 02:40
Re: Comando /190 - by comanfiss - 06.04.2014, 05:13
Re: Comando /190 - by HHwilliamHH - 06.04.2014, 12:30
Re: Comando /190 - by Lipe_Stronda - 06.04.2014, 13:21
Re: Comando /190 - by comanfiss - 06.04.2014, 16:21
Re: Comando /190 - by comanfiss - 06.04.2014, 16:23
Re: Comando /190 - by comanfiss - 06.04.2014, 16:28
Re: Comando /190 - by Lipe_Stronda - 06.04.2014, 17:15
Re: Comando /190 - by comanfiss - 06.04.2014, 17:17

Forum Jump:


Users browsing this thread: 1 Guest(s)