SA-MP Forums Archive
[FilterScript] Custom Vehicle Menu - 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] Custom Vehicle Menu (/showthread.php?tid=181140)



Custom Vehicle Menu - Plugy - 04.10.2010

Custom Vehicle Menu

Information:
This FileScript has been created by Plugy!
Created this few days ago for my clan server.
Thought to share that with others.

V2.0 COMMING SOON!

How use SpeedHax?
Check out what is your "KEY_FIRE" button.
Usually this is Lalt or LMouse button.
Have Fun!

Commands:
/vm - To activate Dialog of Custom Vehicle Menu.
/fshelp - To see features of the FileScript.

Pictures:



Download Links:
Pastebin
SolidFiles


Re: Custom Vehicle Menu - [RO]Nicusor - 04.10.2010

good job :d


Re: Custom Vehicle Menu - royal_king - 04.10.2010

Awesome xD!! xD speed hax?

hahaha 100/10


Re: Custom Vehicle Menu - Plugy - 04.10.2010

hehe ye, lil haxor xD

And Thanks guys !


Re: Custom Vehicle Menu - SunnyBoy - 04.10.2010

nice release


Re: Custom Vehicle Menu - Plugy - 04.10.2010

Thanks !

EDIT: V2.0 COMMING SOON!
With new add-on's!


Re: Custom Vehicle Menu - ColdXX - 14.10.2010

Nice mate! Keep up


Re: Custom Vehicle Menu - Aleluja - 17.10.2010

Nice work! Keep up


Re: Custom Vehicle Menu - giuseppe_mazzei - 17.10.2010

#define VMENU 1
#define WMENU 1
and then...
if(dialogid == VMENU)
{
and...
if(dialogid == WMENU)
{
there is not difference, dialogid is 1 in each cases...
it's wrong, just change the define WMENU from 1 to 2


Re: Custom Vehicle Menu - Plugy - 23.10.2010

Heh, sure I try that so I should just #define WMENU 2 example as 2 dialogid's ye ?
Beginner as I am on scripting, hehe

Thanks of the tip and positive reply's !