Dialog wont show
#1

Can someone tell me what I'm doing wrong? For some reason when I join in-game, nothing happens. Like the dialog doesn't even pop-up.

Код HTML:
format(string2, sizeof(string2),"{FFFFFF}%s - test\n",GetPlayerNameEx(playerid));
			strcat(string2,coordsstring);
			format(coordsstring, sizeof(coordsstring), "\n");
			strcat(string2,coordsstring);
			format(coordsstring, sizeof(coordsstring), "{ffa500}Testing{ffffff}\n");
			strcat(string2,coordsstring);
			format(coordsstring, sizeof(coordsstring), " Test\n");
			strcat(string2,coordsstring);
			format(coordsstring, sizeof(coordsstring), " Test\n");
			strcat(string2,coordsstring);
			format(coordsstring, sizeof(coordsstring), "%s %s\n", AddCommas(spawnmoney), AddCommas(spawnbank));
			strcat(string2,coordsstring);
			format(coordsstring, sizeof(coordsstring), "\n{ffa500}Testing{ffffff}\n");
			strcat(string2,coordsstring);
			format(coordsstring, sizeof(coordsstring), "Test");
			strcat(string2,coordsstring);
			ShowPlayerDialog(playerid,DIALOG_SPAWN,DIALOG_STYLE_MSGBOX,"{ffa500}Test", string2,"Spawn","", GetPlayerNameEx(playerid));
			strcat(string2,coordsstring);
Reply


Messages In This Thread
Dialog wont show - by JesusChrysler - 04.08.2015, 14:50
Re: Dialog wont show - by Fancy - 04.08.2015, 14:54
Re: Dialog wont show - by JesusChrysler - 04.08.2015, 15:02
Re: Dialog wont show - by Fancy - 04.08.2015, 15:25
Re: Dialog wont show - by JesusChrysler - 04.08.2015, 16:00
Re: Dialog wont show - by SpikY_ - 04.08.2015, 16:04
Re: Dialog wont show - by JesusChrysler - 05.08.2015, 00:17
Re: Dialog wont show - by SpikeSpigel - 05.08.2015, 01:11
Re: Dialog wont show - by JesusChrysler - 08.08.2015, 20:34
Re: Dialog wont show - by MarvinPWN - 09.08.2015, 08:48

Forum Jump:


Users browsing this thread: 1 Guest(s)