invalid character constant - 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: invalid character constant (
/showthread.php?tid=360492)
invalid character constant -
Vvolk - 17.07.2012
Hello everybody! I have one error.
Код:
error 027: invalid character constant
I checked my code a lot of times but I didn't find any error. Can you try?
Код:
ShowPlayerDialog(playerid,292,DIALOG_STYLE_LIST,"Shop {00FF00}\"24-7\"","Vodka \"Stolychnaja\" [23LT]\nBeer \"Fortas\" [4Lt]\nSprunk \"Cola\" [3LT]\nSprunk \"Sprite\" [4LT]\nVodka \"Stumbras\" [18LT]","Choose","Exit");
Re: invalid character constant -
Akcent_Voltaj - 17.07.2012
PHP код:
howPlayerDialog(playerid,292,DIALOG_STYLE_LIST,"Shop","Vodka \nStolychnaja [23LT]\nBeer\nFortas\nStumbras [18LT]\n","Choose","Exit");
Edit:i compiled and no errors..you thingy no errors nu warnings..
Re: invalid character constant -
Vvolk - 18.07.2012
No, this method is not suitable for me... I dont' know why compiler shows me error...
Re: invalid character constant -
HighPitchedVoice - 18.07.2012
You forgot a " and a , behind the "Shop"