How to fix error 027 ?
#1

PHP код:
                case 0:
                {
                    
ShowPlayerDialog(playerid3DIALOG_STYLE_LIST"Weapons""9mm - $500\nDesert Eagle - $500\nShotgun - $500\nSniper Rifle - $500\nMP5 - $500\nAK47 - $500\nM4 - $500\nCountry Rifle - $1000\nSniper Rifle - $1000\nSPAS12 - $1000\Tec9 - $2000\nUzi - $2000""Select""Cancel");
                } 
PHP код:
error 027invalid character constant 
Reply
#2

Use this.

pawn Код:
case 0:
{
                    ShowPlayerDialog(playerid, 3, DIALOG_STYLE_LIST, "Weapons", "9mm - $500\nDesert Eagle - $500\nShotgun - $500\nSniper Rifle - $500\nMP5 - $500\nAK47 - $500\nM4 - $500\nCountry Rifle - $1000\nSniper Rifle - $1000\nSPAS12 - $1000\nTec9 - $2000\nUzi - $2000", "Select", "Cancel");
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)