SA-MP Forums Archive
[FilterScript] [FS] Car Tuning Menu v. 2.2 by HeLiOn PrImE - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [FS] Car Tuning Menu v. 2.2 by HeLiOn PrImE (/showthread.php?tid=378132)

Pages: 1 2 3 4


Respuesta: [FS] Car Tuning Menu v. 2.2 by HeLiOn PrImE - u3games - 19.12.2012

Quote:
Originally Posted by u3games
Посмотреть сообщение
No work in ubuntu server, help me pls
No shown the second dialog window. Any suggestions?


Re: [FS] Car Tuning Menu v. 2.2 by HeLiOn PrImE - HeLiOn_PrImE - 24.12.2012

Like I said above, check your dialog IDs. They can interact and cause bugs.
As for Ubuntu, I really don't know what is wrong there. My server is held on Linux as well, and it works as good as the Windows Version.


Re: [FS] Car Tuning Menu v. 2.2 by HeLiOn PrImE - Horrible - 24.12.2012

good ! i have an idea ! thanks pal


Re: [FS] Car Tuning Menu v. 2.2 by HeLiOn PrImE - HeLiOn_PrImE - 24.12.2012

you're welcome..


Re: [FS] Car Tuning Menu v. 2.2 by HeLiOn PrImE - Pottus - 14.01.2013

This was useful, I have been working on a map editing script but it also has a vehicle editing module to add attached objects this bit of code helped finish that module quite effectively.


Re: [FS] Car Tuning Menu v. 2.2 by HeLiOn PrImE - fanta291327 - 14.01.2013

You should make a regular player/donator system with this command and make others to go along with it


Re: [FS] Car Tuning Menu v. 2.2 by HeLiOn PrImE - HeLiOn_PrImE - 14.01.2013

Quote:
Originally Posted by fanta291327
Посмотреть сообщение
You should make a regular player/donator system with this command and make others to go along with it
Like I said above, I don't know how to use command processors yet. Of course, I plan to do an update of some sort later, but now I am still learning the basics..


Re: [FS] Car Tuning Menu v. 2.2 by HeLiOn PrImE - Jamcraftadam - 15.01.2013

Second GUI wont show


Re: [FS] Car Tuning Menu v. 2.2 by HeLiOn PrImE - HeLiOn_PrImE - 17.01.2013

Quote:
Originally Posted by Jamcraftadam
Посмотреть сообщение
Second GUI wont show
Those 2 pics are actually from the same dialog page. You just need to scroll down. I took 2 pics to show all the options.


Re: [FS] Car Tuning Menu v. 2.2 by HeLiOn PrImE - SonOussi - 18.01.2013

Cool


Re: [FS] Car Tuning Menu v. 2.2 by HeLiOn PrImE - Jamcraftadam - 18.01.2013

Quote:
Originally Posted by HeLiOn_PrImE
Посмотреть сообщение
Those 2 pics are actually from the same dialog page. You just need to scroll down. I took 2 pics to show all the options.
I click my option, but it wont load the next menu


Re: [FS] Car Tuning Menu v. 2.2 by HeLiOn PrImE - HeLiOn_PrImE - 18.01.2013

that means there's a conflict somewhere. My code works fine, and people have tested it. I advise checking your gm or other scripts.


Re: [FS] Car Tuning Menu v. 2.2 by HeLiOn PrImE - Jamcraftadam - 18.01.2013

Quote:
Originally Posted by HeLiOn_PrImE
Посмотреть сообщение
that means there's a conflict somewhere. My code works fine, and people have tested it. I advise checking your gm or other scripts.
its awfully strange, its the only gui based filterscript in my server, ive tried many but all failed to show the second menu, any suggestions?


Re: [FS] Car Tuning Menu v. 2.2 by HeLiOn PrImE - HeLiOn_PrImE - 18.01.2013

A complete client reinstall. Both GTASA, and SA-MP.

If your server doesn't crash after accessing the option, it has to be a client issue. I can't think of anything else, given the situation


Re: [FS] Car Tuning Menu v. 2.2 by HeLiOn PrImE - DLR - 16.02.2013

Dialogs won't open from the main dialog no matter what number they are set at.


Re: [FS] Car Tuning Menu v. 2.2 by HeLiOn PrImE - HeLiOn_PrImE - 16.02.2013

Quote:
Originally Posted by DLR
Посмотреть сообщение
Dialogs won't open from the main dialog no matter what number they are set at.
Dude I just took the pwn file and recompiled the script. There is nothing wrong with the code. Other people used this and didn't have problems.


Re: [FS] Car Tuning Menu v. 2.2 by HeLiOn PrImE - DLR - 17.02.2013

For some reason, it works if I implement it into the main game mode but doesn't seem to function as a filter script. However, it works as a filterscript on an older version of my gamemode, which is really weird.


Re: [FS] Car Tuning Menu v. 2.2 by HeLiOn PrImE - HeLiOn_PrImE - 17.02.2013

Weird indeed....All the functions used here belong to the a_samp include, so they should work everywhere if implemented correctly. I must say, I do encounter this kind of problem myself sometimes. One of the includes used in the game mode must be faulty when it comes to separate scripts. The junkbuster include is such an example. I can't add separate scripts if I don't make a line with it at the beginning.

And it works in your older version because you didn't use that specific include at the time.


Re: [FS] Car Tuning Menu v. 2.2 by HeLiOn PrImE - SeV_ - 18.02.2013

Good job. Tuned vehicles all likes


Re: [FS] Car Tuning Menu v. 2.2 by HeLiOn PrImE - Ninjaz - 18.02.2013

Awesome script HeLiOn_PrImE, great work.

The problem for me is like that of a few others. When I click an option in the dialog (/tune), a second dialog fails to appear. I've read the posts and is there any way at all to solve the problem? I used V2.1 and the same issues occurred.