Posts: 145
Threads: 18
Joined: Jan 2012
Reputation:
0
i have a problem
i tried all i have copied a working showplayer dialog out of my gamemode but it doesnt work in my filterscript!
Can you help me?
Posts: 79
Threads: 3
Joined: Jan 2012
Reputation:
0
make sure it loads in server.cfg. first at all
1.) dont type 'Function' doesn't work', Kalcor has script it correctly
2.) Show me the code
Posts: 560
Threads: 32
Joined: Aug 2010
Reputation:
0
Maybe dialog ids doesnt matches
Posts: 239
Threads: 33
Joined: Aug 2011
Reputation:
0
I have this same "problem"... I use BamAdmin system, and i must put all dialogs in it.
If I donґt load BadAdmin filterscript, all dialogs from other filterscripts works.
Posts: 79
Threads: 3
Joined: Jan 2012
Reputation:
0
well seems work fine to me i use dialog to create my weather menu filterscript
well maybe you did done something wrong?
Posts: 1,358
Threads: 89
Joined: Apr 2009
Reputation:
0
You can't have two or more same dialog IDs in your code. If you do, change them.
Posts: 145
Threads: 18
Joined: Jan 2012
Reputation:
0
its all correct
i have coppied something that work in my gamemode out into my filterscript and change the ids (all ids that have to been changed). the filterscript is loaded. i give the command ingame to open the dialog and i click something(i have tried all) and it close. nothing happens else
Posts: 1,358
Threads: 89
Joined: Apr 2009
Reputation:
0
Could you please post some code?
Posts: 145
Threads: 18
Joined: Jan 2012
Reputation:
0
i have downloaded a filter script too . it is the same problem!!
Posts: 79
Threads: 3
Joined: Jan 2012
Reputation:
0
oh i know the problem check all filterscript/gamemodes if OnDialogResponse is on return 1; either return 0; if all are not in return 1; either return 0; change them to return 0; or either return 1;