08.03.2013, 17:54
Quote:
Older Filterscripts that have the 3D text boxes (Dialogs), after you type a command a box pops up and lets you click the option. I am having issues with them. I can click the option but the box disappears, and nothing happens. How do I solve this issue?
I have tested this on the following FS's that all have these 3D text boxes, and I get the same result. Trunk FS Cheats FS NumberPlate FS Solved - Thanks burnuk You must edit ALL of your other filterscript and make sure the last return in OnDialogResponse is 0. To help other people with this same problem. How to - Open your filterscript in pawno and Search OnDialogResponse Scroll to the bottom of the OnDialogResponse code, and change the last return from 1 to 0. Compile. Repeat for each filterscript you are using. (If later on you add a new Filterscript to your server, don't forget to edit it also or your dialogs will not work again!) |
Everyone else: Give burnuk and Rob_Saorp +rep if you support people helping people the right way