[Ajuda] Anti db para todos os veiculos menos o ID
#4

PHP код:
public OnPlayerDeath(playeridkilleridreason)
{
    if(
IsPlayerInAnyVehicle(killerid))
    {
        new 
GetPlayerVehicleID(killerid);
        new 
GetVehicleModel(s);

        if(
== 520 || == 519 || == 425 || == 432)
            return 
1;

        new 
string[100];
        new 
acusado[MAX_PLAYER_NAME];
        new 
vitima[MAX_PLAYER_NAME];
        
GetPlayerName(killeridacusadoMAX_PLAYER_NAME);
        
GetPlayerName(playeridvitimaMAX_PLAYER_NAME);
        
format(stringsizeof(string), "[ADB] %s Fez Drive-by em %s e serб Kikado Pelo ADM",acusado,vitima);
        
SendClientMessageToAll(0xCECE00AAstring);
    }
    return 
1;

Reply


Messages In This Thread
Anti db para todos os veiculos menos o ID - by Wakayama - 27.06.2015, 19:33
Re: Anti db para todos os veiculos menos o ID - by Monotox - 27.06.2015, 19:39
Re: Anti db para todos os veiculos menos o ID - by FallweN - 27.06.2015, 19:41
Re: Anti db para todos os veiculos menos o ID - by Lуs - 27.06.2015, 19:43
Re: Anti db para todos os veiculos menos o ID - by Wakayama - 27.06.2015, 20:10

Forum Jump:


Users browsing this thread: 1 Guest(s)