how to make this cmd.....
#6

Код:
dcmd_broadcast(playerid, params[])
{
  if(!strlen(params)) return SendClientMessage(playerid, 0xFFFFFFAA, "/broadcast [text]");
	new string[128];
	format(string,sizeof(string),"%s",params);
  SendClientMessageToAll(0xFFFFFFAA,string);
	return 1;
}
Reply


Messages In This Thread
how to make this cmd..... - by hardstop - 14.05.2010, 22:31
Re: how to make this cmd..... - by Assyria - 14.05.2010, 22:32
Re: how to make this cmd..... - by ViruZZzZ_ChiLLL - 14.05.2010, 22:43
Re: how to make this cmd..... - by hardstop - 14.05.2010, 22:45
Re: how to make this cmd..... - by Killa_ - 14.05.2010, 22:46
Re: how to make this cmd..... - by Assyria - 14.05.2010, 22:48
Re: how to make this cmd..... - by hardstop - 14.05.2010, 22:54
Re: how to make this cmd..... - by Assyria - 14.05.2010, 22:58
Re: how to make this cmd..... - by hardstop - 14.05.2010, 23:10
Re: how to make this cmd..... - by Assyria - 14.05.2010, 23:13

Forum Jump:


Users browsing this thread: 4 Guest(s)