SA-MP Forums Archive
[Ajuda] Duvida - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Duvida (/showthread.php?tid=477565)



Duvida - AssasinoLM - 24.11.2013

pessoal tem como fazer o chatkill aparecer sу para os adms?


Re: Duvida - bruxo00 - 24.11.2013

PHP код:
if(IsPlayerAdmin(playerid))
{
    
// comando




Re: Duvida - Schocc - 24.11.2013

E OnPlaeyrDeath use IsPlayerAdmin com o parвmetro playerid e killerid, e func SendDeathMessage


Re: Duvida - Ley - 24.11.2013

Ponha na public OnPlayerDeath:
PHP код:
if(IsPlayerAdmin(playerid))
{
    
SendDeathMessage(killeridplayeridreason);