Similar problem with dcmd
#1

Problem

pawn Код:
warning 203: symbol is never used: "playerid"
warning 203: symbol is never used: "playerid"

2 Warnings.
The code

pawn Код:
dcmd_clearchat(playerid,params[])
{
    #pragma unused params
    for(new i = 0; i < 100; i++) SendClientMessageToAll(0xFFFFFFFF," ");
    return 1;
}

dcmd_restart(playerid,params[])
{
    #pragma unused params
    GameTextForAll("~b~~h~Server restarting...~n~~r~~h~~h~Wait a few seconds", 10000, 3);
    SendClientMessageToAll(COLOR_ERROR, "{FFCC00}Server is restarting, dont worry... All stats is saved.");
    SendRconCommand("gmx");
    return 1;
}
Reply


Messages In This Thread
Similar problem with dcmd - by BodyBoardVEVO - 08.01.2014, 23:22
Re: Similar problem with dcmd - by Burridge - 08.01.2014, 23:25
Re: Similar problem with dcmd - by BodyBoardVEVO - 08.01.2014, 23:26

Forum Jump:


Users browsing this thread: 1 Guest(s)