31.12.2012, 16:26
Hello, I'm fairly new to scripting and I got myself into a little problem. My file has 2 dialog scripts, first one is a car spawning system, second one is a gun system. However how do I separate them in
Two different "ondialogresponses" seem to be fighting each other, causing a massive amount of errors.
My first dialog script ends in "return 1; }", so for the second dialog, I just carry on making a new if statement. The structure is practically the same as the first dialog - with no errors, however it causes a lot of errors. Any ideas?
Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
My first dialog script ends in "return 1; }", so for the second dialog, I just carry on making a new if statement. The structure is practically the same as the first dialog - with no errors, however it causes a lot of errors. Any ideas?