[HELP] Simple Kick as Rcon and Specific Job
#8

pawn Код:
if(!strcmp("/kick", cmdtext, true, 5) && (Job[playerid] == GM || IsPlayerIsAdmin(playerid)))
    if(!(cmdtext[5] || '0' <= cmdtext[6] <= '9')) return SendClientMessage(playerid, 0xFFFFFFAA, "Right Usage: /kick [playerid]");
        else if(!Kick(strval(cmdtext[6]))) return SendClientMessage(playerid, 0xFFFFFFAA, "Warning: Invalid Playerid");
            else return SendClientMessage(playerid, 0xFFFFFFAA, "Player successfully kicked!");
Reply


Messages In This Thread
[HELP] Simple Kick as Rcon and Specific Job - by shark - 02.02.2009, 12:35
Re: [HELP] Simple Kick as Rcon and Specific Job - by Mikep - 02.02.2009, 12:36
Re: [HELP] Simple Kick as Rcon and Specific Job - by shark - 02.02.2009, 12:41
Re: [HELP] Simple Kick as Rcon and Specific Job - by Mikep - 02.02.2009, 12:44
Re: [HELP] Simple Kick as Rcon and Specific Job - by shark - 02.02.2009, 12:50
Re: [HELP] Simple Kick as Rcon and Specific Job - by ICECOLDKILLAK8 - 02.02.2009, 12:51
Re: [HELP] Simple Kick as Rcon and Specific Job - by shark - 02.02.2009, 13:05
Re: [HELP] Simple Kick as Rcon and Specific Job - by Nero_3D - 02.02.2009, 13:06
Re: [HELP] Simple Kick as Rcon and Specific Job - by shark - 02.02.2009, 13:12

Forum Jump:


Users browsing this thread: 2 Guest(s)