I really need help
#10

Quote:
Originally Posted by kman
/say Dont dm and on screen it says Admin*ont dm
pawn Код:
dcmd_say(playerid,params[])
{
  new string[128];
  if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid,COLOR_RED,"You're not admin");
  if(!strlen(params)) return SendClientMessage(playerid,COLOR_WHITE,"Usage: /say [text]");
  format(string, sizeof(string), "say %s", params);
  SendRconCommand(string);
  return 1;
}
Note: You need dcmd.

That should work.
Reply


Messages In This Thread
I really need help - by kman - 26.09.2009, 22:37
Re: I really need help - by Jay_ - 27.09.2009, 00:58
Re: I really need help - by kman - 27.09.2009, 16:32
Re: I really need help - by Sharpace - 27.09.2009, 17:18
Re: I really need help - by kman - 27.09.2009, 19:50
Re: I really need help - by shady91 - 30.09.2009, 00:19
Re: I really need help - by kman - 01.10.2009, 01:03
Re: I really need help - by kman - 02.10.2009, 21:32
Re: I really need help - by kman - 03.10.2009, 14:59
Re: I really need help - by _Vortex - 03.10.2009, 15:05

Forum Jump:


Users browsing this thread: 1 Guest(s)