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



antidb - xXCallXX - 01.02.2014

tipo caso um player mata o outro player com veiculo vai preso por 10 segundos ajuda


Re: antidb - Wakayama - 01.02.2014

Poxa cara so pesquisa isso й uma coisa que tem de monte por ai.


Re: antidb - Gii - 01.02.2014

pawn Код:
public OnPlayerDeath(playerid, killerid, reason) {

    if (killerid != INVALID_PLAYER_ID && reason == 49 ) {
   
            // prender(killerid, 10 minutos);
       
        }
    }
    return 1;
}
Pequena base.