Removing "SERVER:(text)"
#6

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/test", cmdtext, true, 5) == 0)
    {
        Kick(playerid);
        return 1;
    }
    return SendClientMessage(playerid,0x2F97FFFF,"SERVER: Comanda nu exista. Foloseste /ajutor!");
}
Reply


Messages In This Thread
Removing "SERVER:(text)" - by jNkk - 02.05.2011, 13:16
Re: Removing "SERVER:(text)" - by Lewwy - 02.05.2011, 13:48
Re: Removing "SERVER:(text)" - by jNkk - 02.05.2011, 13:54
Re: Removing "SERVER:(text)" - by Lewwy - 02.05.2011, 14:17
Re: Removing "SERVER:(text)" - by jNkk - 02.05.2011, 15:11
Re: Removing "SERVER:(text)" - by Lewwy - 02.05.2011, 15:34

Forum Jump:


Users browsing this thread: 1 Guest(s)