SA-MP Forums Archive
[DUV]DB - 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: [DUV]DB (/showthread.php?tid=120424)



[DUV]DB - netado - 11.01.2010

Alguem pode me dar 1 ajudinha,

Tipo quando alguem matar em interior dando soco ou usando armas ser kikado automaticamente.

Alguem pode me passar o comando se possivel.
Obrigado

OBS o TITULO DO TOPICO EU COLOKEI ERRADO,MALZ


Re: [DUV]DB - [O_o]Davidovich - 11.01.2010

pawn Code:
public OnPlayerDeath(playerid,killerid,reason)
{
  if(GetPlayerInterior(playerid) != 0 && GetPlayerInterior(killerid) != 0)
  {
    Kick(killerid);
  }
}



Re: [DUV]DB - netado - 11.01.2010

Valeu