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

Pages: 1 2


Re: Car Menu - ~Yoshi - 22.03.2011

Good and simple script, one tip:

Use Case statements instead of If statements, they're more effective.

pawn Код:
if(dialogid == ...)
{
    switch(listitem)
    {
        case 0:
        {
            //...
        }
        case 1:
        {
            //...
        }
        case 2:
        {
            //...
        }
    }
}



Re: Car Menu - bestr32 - 27.03.2011

This was an old fs ~Yoshi I am making a new. With skins


Re: Car Menu - Mr L - 27.03.2011

Show screenshots please.


Respuesta: Car Menu - Code8976Man - 27.03.2011

Not bad if is your first FS, good luck forward!


Re: Car Menu - Amel_PAtomAXx - 27.03.2011

NICE MAN , good work


Re: Car Menu - Sohaib148 - 05.09.2011

How to open menu?


Re: Car Menu - [BP]Tony - 31.12.2011

Hmm some pictures or video
no video
No download


Re: AW: Car Menu - Raf_Sykes - 10.03.2012

Quote:
Originally Posted by ROLP40
Посмотреть сообщение
Sorry for my Bad english xD
You are french


Re: Car Menu - pasha97 - 21.06.2012

Quote:
Originally Posted by Roomeo
Посмотреть сообщение
Great Job! First FS? 10/10
lol, banned


Re: Car Menu - Akademik - 21.06.2012

Nice


Re: Car Menu - rama5678 - 03.10.2012

what cmds for that


Re: Car Menu - BlueFire_ - 03.10.2012

Great, very useful as i will put this in my RPG mode

+ REP


Re: Car Menu - GordonP - 03.10.2012

Nice man, i like it


Re: Car Menu - DeadLy™ - 03.10.2012

Nice work dude


Re: Car Menu - N0FeaR - 03.10.2012

Great job, 8/10


Re: Car Menu - xaoraxon4 - 04.10.2012

Doesn't work for me . When i type /cars it opens the menu, but when i select somehing, it immediately closes the menu, and nothing happens.... help please


Re: Car Menu - bestr32 - 23.12.2012

Quote:
Originally Posted by [BP]Tony
Посмотреть сообщение
Hmm some pictures or video
no video
No download
How about now ?


Re: Car Menu - hossa - 05.07.2013

Very easy and simple
Rep+


Re: Car Menu - HerkYt - 23.07.2016

It dose not work when i choose a type of vehicle it closes the menu


Re: Car Menu - Deadpoop - 23.07.2016

Код:
NOTE: We will need no includes!
Lol what! Not even a_samp

anyway good job!