SA-MP Forums Archive
dialog problem 4error - 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: dialog problem 4error (/showthread.php?tid=504809)



dialog problem 4error - Slicebook - 05.04.2014

Код:
D:\Mбtй kйpei\RPG\26febrmof\icerpg.pwn(8958) : error 003: declaration of a local variable must appear in a compound block
D:\Mбtй kйpei\RPG\26febrmof\icerpg.pwn(8958) : error 017: undefined symbol "hazopcio"
D:\Mбtй kйpei\RPG\26febrmof\icerpg.pwn(8958) : warning 215: expression has no effect
D:\Mбtй kйpei\RPG\26febrmof\icerpg.pwn(8958) : error 001: expected token: ";", but found "]"
D:\Mбtй kйpei\RPG\26febrmof\icerpg.pwn(8958) : fatal error 107: too many error messages on one line
Код:
						new hazopcio[512];
						format(hazopcio, 512, "Belйp\n\
						Labor\n\
						Hбzszбm: %d | Tulaj: %d\n", h,HouseInfo[h][hOwner]);
						ShowPlayerDialog(i, DIALOG_HOUSEM, DIALOG_STYLE_LIST,"Hбz",hazopcio, "OK", "Mйgsem");