warning - 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: warning (
/showthread.php?tid=158662)
warning -
bartje01 - 10.07.2010
What is wrong with this? :$
ShowPlayerDialog(playerid,24,DIALOG_STYLE_MSGBOX," Sapd Spelers","Online:%d","Ok", "Cancel",sapdonline);
Re: warning -
MikkelGutten - 10.07.2010
Make it in a format.
Like this:
pawn Код:
new String[128];
format(String, sizeof(String), "Online: %d", sapdonline);
ShowPlayerDialog(playerid,24,DIALOG_STYLE_MSGBOX," Sapd Spelers",String,"Ok", "Cancel");
Re: warning -
bartje01 - 10.07.2010
agh I already tryed that:P But yours is working now
Thanks