Show dialog for all
#9

Try like this... I'm not sure but try it and tell me

Код:
	if(strcmp(cmd, "/event", true) == 0)
	{
		for(new i=0;i<MAX_PLAYERS;i++)
            	{
			ShowPlayerDialog(i, 6987, DIALOG_STYLE_LIST, "Ce fel de event vrei?", "1:Deagle\n2:LCS\n3:CTvsTT\n4:Race\n5:Altul", "OK", "Renunta");
			return 1;
		}
	}
Reply


Messages In This Thread
Show dialog for all - by Angel.Why - 03.12.2012, 19:09
Re: Show dialog for all - by DaRk_RaiN - 03.12.2012, 19:22
Re: Show dialog for all - by Konstantinos - 03.12.2012, 19:23
Re: Show dialog for all - by Angel.Why - 03.12.2012, 19:37
Re: Show dialog for all - by Konstantinos - 03.12.2012, 19:40
Re: Show dialog for all - by Angel.Why - 03.12.2012, 19:44
Re: Show dialog for all - by Konstantinos - 03.12.2012, 19:57
Re: Show dialog for all - by Angel.Why - 03.12.2012, 20:04
Re: Show dialog for all - by NeroX98 - 03.12.2012, 20:04
Re: Show dialog for all - by Angel.Why - 03.12.2012, 20:18

Forum Jump:


Users browsing this thread: 1 Guest(s)