12.04.2019, 21:23
Olб, boa noite, tudo bem com vocкs?
Bom, quero que sу possa usar este comando cк estiver perto do player.
Alguйm me ajuda?
Bom, quero que sу possa usar este comando cк estiver perto do player.
PHP Code:
CMD:abordar(playerid, params[])
{
if(Profissao[playerid] == 2 || Profissao[playerid] == 1 || Profissao[playerid] == 13 || Profissao[playerid] == 14 || Profissao[playerid] == 7 || Profissao[playerid] == 8)
{
new id;
if(sscanf(params, "s", id)) return SendClientMessage(playerid, -1,"{FF00FF}[PDE | COP]{FFFFFF} Use: /abordar [ID]");
SendClientMessage(playerid, -1,"{00FFFF}[PMESP]{FDE910} Parado Parado, Policia Militar, Digite /handsup Ou Vai Pra Vala.");
SendClientMessage(id, -1,"{00FFFF}[PMESP]{FDE910} Parado Parado, Policia Militar, Digite /handsup Ou Vai Pra Vala.");
}
else SendClientMessage(playerid, 0xFF0000AA, "{E32636}[PDE | INFO]{FFFFFF} Voce Nao E De Nenhuma ORG.");
return true;
}