SA-MP Forums Archive
annouce - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: annouce (/showthread.php?tid=156191)



annouce - Kar - 21.06.2010

is there a annouce command somewhere on this forum i cant find one pls help


Re: annouce - Flashy - 21.06.2010

I donґt want to give the whole command the whole forum.
Pm me for the announce command.


Re: annouce - aircombat - 21.06.2010

Код:
dcmd_announce(playerid,params[]) {
  if(IsPlayerAdmin(playerid)) {
  	if(!strlen(params)) return SendClientMessage(playerid,red,"USAGE: /announce <Text>");
		return GameTextForAll(params,4000,3);
  } else return SendClientMessage(playerid,red,"To Use This Command You Have To Login Into Rcon");
}