SA-MP Forums Archive
LoadHouses(); is giving me an error while compiling - 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: LoadHouses(); is giving me an error while compiling (/showthread.php?tid=466513)



LoadHouses(); is giving me an error while compiling - SCRPWilliam - 28.09.2013

Hello SAMP communit, and again, I have a problem with a GM I'm editing.
It's giving me this error:
C:\Users\Kasutaja\Desktop\gamemode, serverile\gamemodes\gravity.pwn(34502) : error 049: invalid line continuation
Pawn compiler 3.2.3664 Copyright (coffee) 1997-2006, ITB CompuPhase

On that line I have this :


SSSShowDialog(playerid, 2);

I'd appreciate any kind of help.


Re: LoadHouses(); is giving me an error while compiling - Voxel - 28.09.2013

its:

pawn Код:
ShowPlayerDialog(playerid, 2, DIALOG_STYLE_MSGBOX, "titel from dialog", "message here", "Close", "");
for more help look here:
https://sampwiki.blast.hk/wiki/ShowPlayerDialog