need help with a Cmd (rep ++)
#8

Код:
CMD:announce(playerid,params[]) {
    if(PlayerInfo[playerid][Level] >= 1 || IsPlayerAdmin(playerid)) {//Delete it if you don't want it for admins.
        if(isnull(params)) return SendClientMessage(playerid,red,"USAGE: /announce <text>");
        CMDMessageToAdmins(playerid,"ANNOUNCE");
        return GameTextForAll(params,4000,3);
    } else return SendClientMessage(playerid,red,"ERROR: You need to be level 4 to use this command");
}
- ThePhenix owns this command but, I modified for his request.
--

There you go, broski
Reply


Messages In This Thread
need help with a Cmd (rep ++) - by Geeboi_Mehdi - 28.08.2012, 18:40
Re: need help with a Cmd (rep ++) - by Akira297 - 28.08.2012, 18:41
Re: need help with a Cmd (rep ++) - by ThePhenix - 28.08.2012, 18:42
Re: need help with a Cmd (rep ++) - by Geeboi_Mehdi - 28.08.2012, 18:44
Re: need help with a Cmd (rep ++) - by Akira297 - 28.08.2012, 18:48
Re: need help with a Cmd (rep ++) - by Geeboi_Mehdi - 28.08.2012, 18:48
Re: need help with a Cmd (rep ++) - by ThePhenix - 28.08.2012, 18:49
Re: need help with a Cmd (rep ++) - by Akira297 - 28.08.2012, 18:50
Re: need help with a Cmd (rep ++) - by Lordzy - 28.08.2012, 18:51
Re: need help with a Cmd (rep ++) - by ThePhenix - 28.08.2012, 18:52

Forum Jump:


Users browsing this thread: 1 Guest(s)