ladmin4v2 problems with server - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: ladmin4v2 problems with server (
/showthread.php?tid=204124)
ladmin4v2 problems with server -
gereter - 28.12.2010
Hello everybody,
1)I'm using ladmin4v2 in my server and i tested and I'm sure it's ladmin. When I want a /shop dialog and ingame i do /shop the dialog appear but if i select an item dialog disappear and nothing happen. I tested it without ladmin script and everything is ok.(every dialogs are bugging with this script)
2)Some commands in ladmin are crashing my server:
Every menus are example: /lmenu is all menu in one
/ltele menu for teleport
/lweapons for the admin weapons ...
when i type one of these commands server turn off all alone :/
I don't know what is wrong in the script and I hope you can help me or say here if you have same or bugs with this script too...
Thanks for reading, help and reply!
Re: ladmin4v2 problems with server -
gereter - 01.01.2011
And with LuxAdmin only dialogs are bugging Dialog in the script work perfectly but if I load a filter script with a dialog it's the same.
Anyone have this problem ?
Happy new year everybody
thanks for reply,
Re: ladmin4v2 problems with server -
_rAped - 01.01.2011
You have probably defined the same dialog ids.
Re: ladmin4v2 problems with server -
Darklom - 01.01.2011
With LuxAdmin when it says usedialog == true change it to false.
Re: ladmin4v2 problems with server -
gereter - 01.01.2011
Ok but I won't be able to use LuxAdmin anymore right?
I want keep them... And use the others in filterscripts...
thanks for reply
Re: ladmin4v2 problems with server -
Darklom - 01.01.2011
You will just not with all those fancy dialogs, it works exactly the same though.
Re: ladmin4v2 problems with server -
blackwave - 01.01.2011
Quote:
Originally Posted by gereter
Ok but I won't be able to use LuxAdmin anymore right?
I want keep them... And use the others in filterscripts...
thanks for reply
|
There will a callback, called:
Код:
public OnPlayerDialogResponse
On the end, will be probably return 1;
Change this "return 1;" in all your scripts for return 0;
Also I'd recommend you to make your own admin FS, for you get able to know full functions and full knowledge of it.