[ANNOUNCEMENT STYLE HELP] I need help fixing my announcement command style!
#5

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");
        return GameTextForAll(params, 9000, 0);
    } else return SendClientMessage(playerid,red,"Unknown command. Type /cmds to see a list of available commands.");
}
You still didn't say whether you wanted a game text or a text draw, try that and see if you like it.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)