[help] cmd to zcmd
#2

pawn Код:
CMD:megaphone(playerid, params[])
{
  if(!isnull(params))
  {
    new string[128];
    format(string, sizeof(string), "Megaphone: %s", params);
    SendClientMessageToAll(COLOR, string);
  }
  return 1;
}
A pretty simple example. http://forum.sa-mp.com/index.php?topic=116240.0
Reply


Messages In This Thread
[help] cmd to zcmd - by whitedragon - 13.03.2010, 11:38
Re: [help] cmd to zcmd - by Miguel - 13.03.2010, 11:41

Forum Jump:


Users browsing this thread: 1 Guest(s)