28.09.2011, 07:09
So I have this code:
Looks perfectly fine, right? Too me, yes. But no!
I get those errors...
pawn Код:
ShowPlayerDialog(playerid,55,DIALOG_STYLE_LIST,"Buyhouse - Interior Setup","Asian Apartment $50,000\nRyders House $50,000\nMotel Room $60,000\nSmall House 1 $130,000\nSmall House 2 $125,000\nWood House $70,000\nMed House 1 $165,000\nMed House 2 $170,000\nMed House 3 $200,000\nRich House 1 $250,000\nRich House 2 $245,000\nRich House 3 $255,000\nRich House 4 $300,000\nRich House 5 $350,000\nRich House 6 $380,000\nDungeon $55,000\nOffice $125,000\nStripclub $185,000\nBrothel $385,000\nHashbury $50,000","Proceed","Cancel");
Код:
error 075: input line too long (after substitutions) error 037: invalid string (possibly non-terminated string) error 017: undefined symbol "P" error 017: undefined symbol "roceed" error 001: expected token: ";", but found "-identifier-" error 017: undefined symbol "Cancel"