[HELP] i tired to make an any special
#2

There is so much wrong with this code....

pawn Код:
if(!IsPlayerAdmin(playerid)) // not admin
    {
    if(GetPlayerWeapon(playerid) == 38)
    {
    GameTextForPlayer(playerid,"~r~SERVER BAN: ~p~for cheater weapons",5000,5);
    new playername[MAX_PLAYER_NAME];
    GetPlayerName(playerid, playername, sizeof(playername));
    format(string, sizeof(string), "*** %s (ID: %d) (CHEATs DETECTED) Cheats Detected For [MINIGUN].", playername,playerid);
    SendClientMessageToAll(COLOR_PINK, string);
    Ban(playerid);
    print("string");
    }
    return 1;
    }
Reply


Messages In This Thread
[HELP] i tired to make an any special - by mature1990 - 15.02.2012, 03:05
Re: [HELP] i tired to make an any special - by 2KY - 15.02.2012, 03:10
Re: [HELP] i tired to make an any special - by mature1990 - 15.02.2012, 03:13
Re: [HELP] i tired to make an any special - by mature1990 - 15.02.2012, 03:41

Forum Jump:


Users browsing this thread: 1 Guest(s)