error 027: invalid character constant
#6

Quote:
Originally Posted by iggy1
Посмотреть сообщение
Its because "Weapons" isnt a dialog style you need to add dialog id then style. eg
pawn Код:
howPlayerDialog(playerid, DEPOSIT_DIALOG, DIALOG_STYLE_INPUT,
The compiler is expecting a constant as the third param not a string.
It's good or im blind. Look.
pawn Код:
ShowPlayerDialog(playerid, 2, DIALOG_STYLE_LIST,
// playerid = player paramerter
// 2 = dialogid
// DIALOG_STYLE_LIST = list dialog style
First playerid then id then style THEN the message string.
Reply


Messages In This Thread
error 027: invalid character constant - by Face9000 - 19.01.2011, 21:30
Re: error 027: invalid character constant - by -Rebel Son- - 19.01.2011, 21:33
Re: error 027: invalid character constant - by Face9000 - 19.01.2011, 21:34
Re: error 027: invalid character constant - by admantis - 19.01.2011, 21:54
Re: error 027: invalid character constant - by iggy1 - 19.01.2011, 21:59
Re: error 027: invalid character constant - by admantis - 19.01.2011, 22:01
Re: error 027: invalid character constant - by iggy1 - 19.01.2011, 22:05
Re: error 027: invalid character constant - by [L3th4l] - 19.01.2011, 22:08
Re: error 027: invalid character constant - by admantis - 19.01.2011, 22:09
Re: error 027: invalid character constant - by Face9000 - 20.01.2011, 07:23

Forum Jump:


Users browsing this thread: 4 Guest(s)