[Tutorial] [TUT/FS] Anti Drive-By
#7

agr fiko legal
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    if(IsPlayerInAnyVehicle(killerid) && !IsPlayerInAnyVehicle(playerid))
    {
        new string[100];
        new acusado[MAX_PLAYER_NAME];
        new vitima[MAX_PLAYER_NAME];
        GetPlayerName(killerid, acusado, MAX_PLAYER_NAME);
        GetPlayerName(playerid, vitima, MAX_PLAYER_NAME);
        format(string, sizeof(string), "[ADB] %s Fez Drive-by em %s e serб Kikado Pelo ADM",acusado,vitima);
        SendClientMessageToAll(0xCECE00AA, string);
    }
    return 1;
}
Reply


Messages In This Thread
[TUT/FS] Anti Drive-By - by Ivan_xD - 08.10.2010, 23:50
Re: [TUT/FS] Anti Drive-By - by ipsBruno - 08.10.2010, 23:52
Respuesta: Re: [TUT/FS] Anti Drive-By - by Ivan_xD - 08.10.2010, 23:54
Re: [TUT/FS] Anti Drive-By - by LeLeTe - 09.10.2010, 00:20
Respuesta: Re: [TUT/FS] Anti Drive-By - by Ivan_xD - 09.10.2010, 00:22
Re: [TUT/FS] Anti Drive-By - by LeLeTe - 09.10.2010, 00:26
Respuesta: [TUT/FS] Anti Drive-By - by Ivan_xD - 09.10.2010, 00:28
Re: [TUT/FS] Anti Drive-By - by Gabriel_Halls - 09.10.2010, 01:15
Respuesta: [TUT/FS] Anti Drive-By - by Lipepva - 09.10.2010, 03:02
Respuesta: [TUT/FS] Anti Drive-By - by Ivan_xD - 09.10.2010, 03:03

Forum Jump:


Users browsing this thread: 1 Guest(s)