[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