Problem command /ann
#2

try this from my GM
Quote:

CMD:announce(playerid, params[], help)
{
#pragma unused help
if(PlayerInfo[playerid][pAdmin] < 2) return SCM(playerid, COLOR_RED, "You need to be admin level 2 to use this!");
new string[128],style;
if(sscanf(params, "s[128]i",string,style)) return SCM(playerid, COLOR_RED, "Usage: /announce [Text] [Text Style 0-6]");
GameTextForAll(string,4000,style);
return 1;
}

aka GiDanAdmin System
Reply


Messages In This Thread
Problem command /ann - by KamilPolska - 31.12.2018, 03:47
Re: Problem command /ann - by GeorgeLimit - 31.12.2018, 05:33
Re: Problem command /ann - by Threshold - 31.12.2018, 06:25

Forum Jump:


Users browsing this thread: 1 Guest(s)