Posts: 1,274
Threads: 54
Joined: Jul 2012
There is a tutorial about this command.
Here is a Tutorial About Your Request
Posts: 449
Threads: 140
Joined: Apr 2012
Reputation:
0
Really? Were Can U give me Link?
Posts: 1,274
Threads: 54
Joined: Jul 2012
Posts: 449
Threads: 140
Joined: Apr 2012
Reputation:
0
Hey ThePhenix what if i want to delete The Message You Need to Be level 4 to use This Command
Posts: 1,274
Threads: 54
Joined: Jul 2012
Код:
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