SA-MP Forums Archive
FIXED - 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)
+--- Thread: FIXED (/showthread.php?tid=376721)



FIXED - Windrush - 11.09.2012

FIXED
sorry for spamming


Re: FIXED - Babul - 11.09.2012

Код:
error 001: expected token: ";", but found "return"
+
pawn Код:
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "NEW-GENERATION UPDATES", updates, "Close","")
return 1;
-
pawn Код:
return 1;
= 1 missing
Код:
;
=
pawn Код:
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "NEW-GENERATION UPDATES", updates, "Close","");