Quote:
Originally Posted by DanishHaq
pawn Код:
dcmd_announce(playerid,params[]) { if(PlayerInfo[playerid][Level] >= 1 || IsPlayerAdmin(playerid)) { if(!strlen(params)) return SendClientMessage(playerid,red,"USAGE: /announce <text>"); CMDMessageToAdmins(playerid,"ANNOUNCE"); new string[100]; format(string, sizeof(string), "~w~%s", params); return GameTextForAll(string, 9000, 0); } else return SendClientMessage(playerid,red,"Unknown command. Type /cmds to see a list of available commands."); }
Sorry, I forgot you wanted that :P, here you go.
|
theres a problem now with this code, sometimes it announces two times, please help me again