how to show it for all players?
#7

Код:
dcmd_mess(playerid,params[])
{
	if(!strlen(params)) return SendClientMessage(playerid,RED,"USAGGIO: /mess [TEXT]");
    for(new i; i<GetMaxPlayers(); i++) ShowPlayerDialog(i, 899, DIALOG_STYLE_MSGBOX,"<<<<<<<<<ANNUNCIO>>>>>>>>>", params,"OK","OK");
	return 1;
}
Reply


Messages In This Thread
how to show it for all players? - by iJumbo - 09.05.2010, 13:12
Re: how to show it for all players? - by [MWR]Blood - 09.05.2010, 13:14
Re: how to show it for all players? - by Mujib - 09.05.2010, 13:16
Re: how to show it for all players? - by iJumbo - 09.05.2010, 13:16
Re: how to show it for all players? - by Mujib - 09.05.2010, 13:17
Re: how to show it for all players? - by iJumbo - 09.05.2010, 13:20
Re: how to show it for all players? - by ¤Adas¤ - 09.05.2010, 13:23
Re: how to show it for all players? - by Killa_ - 09.05.2010, 13:24
Re: how to show it for all players? - by iJumbo - 09.05.2010, 13:27
Re: how to show it for all players? - by ¤Adas¤ - 09.05.2010, 13:27

Forum Jump:


Users browsing this thread: 3 Guest(s)