Dialog Respons Problem
#3

Take a look at the errors, read them and understand them.

First error is extremely simple:

pawn Код:
case 3;
You're using a semi-colon instead of colon, so change it to:

pawn Код:
case 3:
Then you have a warning that OnDialogResponse doesn't have a return value when it is expected, so...add one!

Now try solve the rest of the errors, the errors explain the problem to you
Reply


Messages In This Thread
Dialog Respons Problem - by SpiderWalk - 26.05.2011, 18:51
Re: Dialog Respons Problem - by DRIFT_HUNTER - 26.05.2011, 18:53
Re: Dialog Respons Problem - by JaTochNietDan - 26.05.2011, 18:54
Re: Dialog Respons Problem - by SpiderWalk - 26.05.2011, 18:54
Re: Dialog Respons Problem - by SpiderWalk - 26.05.2011, 18:56

Forum Jump:


Users browsing this thread: 2 Guest(s)