SA-MP Forums Archive
[AJUDA] Como adicionar esse "DM" - 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] Como adicionar esse "DM" (/showthread.php?tid=256466)



[AJUDA] Como adicionar esse "DM" - Bielz - 21.05.2011

Bom eu nгo sei o nome direito disso, mas segue a imagem:



Queria um FS ou o cуdigo que adiciona-se . Estou tentando mais nгo estб dando.
Agradeзo desde jб;

Obs: Os devidos crйditos serб adicionado.


Re: [AJUDA] Como adicionar esse "DM" - pmkrz - 21.05.2011

https://sampwiki.blast.hk/wiki/SendDeathMessage ; )


Re: [AJUDA] Como adicionar esse "DM" - Bielz - 21.05.2011

Valeu cara


Re: [AJUDA] Como adicionar esse "DM" - [RoxX]Ygor - 21.05.2011

Sim, й sу adicionar SendDeathMessage(killerid, playerid, reason) na sua public OnPlayerDeath


Re: [AJUDA] Como adicionar esse "DM" - Shadoww5 - 21.05.2011

Alguem sabe se tem alguma forma de mostrar isto somente para um "grupo" de jogadores ?

Ex: Somente Administradores poderгo ver isto.


Re: [AJUDA] Como adicionar esse "DM" - steki. - 21.05.2011

Nem dб.


Re: [AJUDA] Como adicionar esse "DM" - Dark.Angel - 21.05.2011

tenta assim:

pawn Код:
if (IsPlayerAdmin(playerid))
{
     SendDeathMessage(killerid, playerid, reason)
}



Re: [AJUDA] Como adicionar esse "DM" - [AF]Junior - 21.05.2011

Quote:
Originally Posted by Dark.Angel
Посмотреть сообщение
tenta assim:

pawn Код:
if (IsPlayerAdmin(playerid))
{
     SendDeathMessage(killerid, playerid, reason)
}
Tomou cafй com chumbo? ._.
O meu aparece sozinho... algumas vezes


Re: [AJUDA] Como adicionar esse "DM" - Shadoww5 - 21.05.2011

Quote:
Originally Posted by Dark.Angel
Посмотреть сообщение
tenta assim:

pawn Код:
if (IsPlayerAdmin(playerid))
{
     SendDeathMessage(killerid, playerid, reason)
}
Desta forma irб mostrar o SendDeathMessage somente se quem foi morto estiver logado na RCON.


Re: [AJUDA] Como adicionar esse "DM" - Dark.Angel - 23.05.2011

Quote:
Originally Posted by Shadoww5
Посмотреть сообщение
Desta forma irб mostrar o SendDeathMessage somente se quem foi morto estiver logado na RCON.
Entao...й que vocк escreveu isso no outro post..."Ex: Somente Administradores poderгo ver isto" ai eu coloquei assim sу pra dar um exemplo....