SA-MP Forums Archive
What is the Reason? (mSelection) - 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)
+--- Thread: What is the Reason? (mSelection) (/showthread.php?tid=587775)



What is the Reason? (mSelection) - SpikY_ - 02.09.2015

What is the reason, why i can't click the model Selection menus? it gets bug when i use it. I'm unable to click on them. and yeah i think there is a problem in my Admin script, when i remove/unload Admin script, it works. But when i load Admin.axm it gets bug.

What the reason?


Re: What is the Reason? (mSelection) - CrazyChoco - 02.09.2015

You can't expect us to help you, if you won't give us any code?


Re: What is the Reason? (mSelection) - SpikY_ - 02.09.2015

this is what i'm asking, I really don't know what the fuck causing this issue.
and yeah i can't post my WHOLE 20K lines Admin Script. kthx


Re: What is the Reason? (mSelection) - Variable™ - 02.09.2015

https://sampforum.blast.hk/showthread.php?tid=407045
This?


1Deagle1 - SpikY_ - 02.09.2015

Quote:
Originally Posted by 1Deagle1
Посмотреть сообщение
I read that already, didn't got usefull information, maybe if i missed something then kindly please drag it out in this thread, Thanks!

anyone else?


Re: What is the Reason? (mSelection) - Freezo - 02.09.2015

Quote:
Originally Posted by CrazyChoco
Посмотреть сообщение
You can't expect us to help you, if you won't give us any code?
+1.

So if you can click on the menu, check the menu handler, the problem will be there.


Re: What is the Reason? (mSelection) - SpikY_ - 03.09.2015

IT'S NOT FUCKING Mselection problem. Read my above post.
The problem is in admin script. And I can't find the problem. Maybe it would happened with someone else. So anyone please??


Re: What is the Reason? (mSelection) - Roberto80 - 03.09.2015

So the selection not showing up? If you use ZCMD in admin scrip,and OnPlayerCommandText in mSelection,then try to change it..
And remember,if you use ShowModelSelectionMenuEx,the callback is OnPlayerModelSelectionEx(playerid, response, extraid, modelid).. And if you use ShowModelSelectionMenu,then the callback is OnPlayerModelSelection(playerid, response, listid, modelid)


Re: What is the Reason? (mSelection) - Freezo - 03.09.2015

Quote:
Originally Posted by Roberto80
Посмотреть сообщение
So the selection not showing up? If you use ZCMD in admin scrip,and OnPlayerCommandText in mSelection,then try to change it..
And remember,if you use ShowModelSelectionMenuEx,the callback is OnPlayerModelSelectionEx(playerid, response, extraid, modelid).. And if you use ShowModelSelectionMenu,then the callback is OnPlayerModelSelection(playerid, response, listid, modelid)
Are you trying to help him without code?

SpikY_, how can i know that either? ( calm down )


Freezo - SpikY_ - 05.09.2015

Quote:
Originally Posted by Freezo
Посмотреть сообщение
Are you trying to help him without code?

SpikY_, how can i know that either? ( calm down )
Codes are not necessary, I just want to know the solution.

Quote:
Originally Posted by Roberto80
Посмотреть сообщение
So the selection not showing up? If you use ZCMD in admin scrip,and OnPlayerCommandText in mSelection,then try to change it..
And remember,if you use ShowModelSelectionMenuEx,the callback is OnPlayerModelSelectionEx(playerid, response, extraid, modelid).. And if you use ShowModelSelectionMenu,then the callback is OnPlayerModelSelection(playerid, response, listid, modelid)
I haven't used OnPlayerCommandText in my mSelection script...
Anyother Reason?