error 030
#2

pawn Код:
CMD:mole(playerid, params[])
{
     new string[128], text;
     if(PlayerInfo[playerid][pAdmin] < 3)
     {
        SendClientMessage(playerid, COLOR_LIGHTBLUE,"Syntax: /mole [MESSAGE]");
        SendClientMessageToAll(COLOR_YELLOW,"Server:");
        format(string, sizeof(string), "", text);
        SendClientMessageToAll(COLOR_YELLOW, string);
        return 1;
     }
}
Reply


Messages In This Thread
error 030 - by CallumIsDaBeast - 30.03.2014, 18:38
Re: error 030 - by ScripteRMKD - 30.03.2014, 18:45

Forum Jump:


Users browsing this thread: 1 Guest(s)