files
#3

i have this
pawn Код:
GetPlayerWeaponData(i, 7, weapon, ammo);
    if(weapon == 38 && ammo >= 1)
    {
    format(string, sizeof(string), "[Anti Weapon]: %s (id:%d) was kicked cause he is a fucking CHEATER (Minigun) [Time: %02d:%02d:%02d]", GetName(i), i, Hour, Minute, Second);
    SendClientMessageToAll(RED, string);
    Kick(i);
    KickLog(string);
    }
and i want add it here
i renamed the file to
pawn Код:
NameLog(string);
Reply


Messages In This Thread
files - by Schock - 02.03.2009, 15:30
Re: files - by Danut - 02.03.2009, 15:34
Re: files - by Schock - 02.03.2009, 15:53
Re: files - by Danut - 02.03.2009, 15:57
Re: files - by Schock - 02.03.2009, 16:07
Re: files - by Rks25 - 02.03.2009, 16:58
Re: files - by Schock - 02.03.2009, 18:05
Re: files - by Rks25 - 02.03.2009, 18:31
Re: files - by Schock - 02.03.2009, 18:34
Re: files - by Rks25 - 02.03.2009, 18:38

Forum Jump:


Users browsing this thread: 2 Guest(s)