/announce help!
#1

hi guys, i need a command /announce please.. can anyone give me that command? thanks
Reply
#2

search for a /me command and adjust it to you needs

or open up any admin script and copy the code
Reply
#3

Код:
if(strcmp(cmdtext, "/announce", true, 9)==0)
{
  if(!strlen(cmdtext[10])) return SendClientMessage(playerid, 0xFF0000AA, "Use: /announce [message]");
  if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, 0xFF0000AA, "Admins Only!");
  GameTextForAll(cmdtext[10], 5000, 3);
  return 1;
}
Reply
#4

but if i wanna make that announce saying 1 thing what i must do than?
Reply
#5

Nice, bumping a year long thread.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)