SA-MP Forums Archive
[FilterScript] [FS] |~~ Full tune car dialog(All models) by Fedee! ~~| - 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] |~~ Full tune car dialog(All models) by Fedee! ~~| (/showthread.php?tid=130605)

Pages: 1 2 3


Re: [FS] |~~ Full tune car dialog(All models) by Fedee! ~~| - 77ther - 22.03.2010

Quote:
Originally Posted by Malkinu
They dont save...
I was talking about LSRP, not this FS


Re: [FS] |~~ Full tune car dialog(All models) by Fedee! ~~| - XRVX - 22.03.2010

awesome
great work


Re: [FS] |~~ Full tune car dialog(All models) by Fedee! ~~| - Fedee! - 24.03.2010

Quote:
Originally Posted by XRVX
awesome
great work
Thanks.

Quote:
Originally Posted by 77ther
is it something simmiliar to that tuning stuff on LSRP
Wich FS?

I made this one by my self...


Re: [FS] |~~ Full tune car dialog(All models) by Fedee! ~~| - Flake. - 24.03.2010

nice thanks for this


Re: [FS] |~~ Full tune car dialog(All models) by Fedee! ~~| - 77ther - 24.03.2010

Quote:
Originally Posted by Fedee!
Quote:
Originally Posted by XRVX
awesome
great work
Thanks.

Quote:
Originally Posted by 77ther
is it something simmiliar to that tuning stuff on LSRP
yea but I think that you made it very similiar to the LSRP script... thats nice

Wich FS?

I made this one by my self...



Re: [FS] |~~ Full tune car dialog(All models) by Fedee! ~~| - Fedee! - 24.03.2010

Quote:
Originally Posted by 77ther
Quote:
Originally Posted by Fedee!
Quote:
Originally Posted by XRVX
awesome
great work
Thanks.

Quote:
Originally Posted by 77ther
is it something simmiliar to that tuning stuff on LSRP
yea but I think that you made it very similiar to the LSRP script... thats nice

Wich FS?

I made this one by my self...
I don't get you.. explain better please..

Quote:
Originally Posted by $Fl@Ke$
nice thanks for this
Thank you


Re: [FS] |~~ Full tune car dialog(All models) by Fedee! ~~| - russo666 - 24.03.2010

nice, i'm gonna use this


Re: [FS] |~~ Full tune car dialog(All models) by Fedee! ~~| - Fedee! - 25.03.2010

Quote:
Originally Posted by russooooo
nice, i'm gonna use this
Thank you


Re: [FS] |~~ Full tune car dialog(All models) by Fedee! ~~| - Fedee! - 21.05.2010

Quote:
Originally Posted by Kar
what are the commands
/tunecar :P


Re: [FS] |~~ Full tune car dialog(All models) by Fedee! ~~| - marnickx - 20.06.2010

Hello i downloaded the script and i test it but ehm i cant tune an elegy and cant tune some other cars and there is o transfender stuff in it how to fix?



Gr marnick


Re: [FS] |~~ Full tune car dialog(All models) by Fedee! ~~| - francoruibal - 21.06.2010

Tune all cars?? Pff... this FS Have spoilers , etc Alien and x Flow...


Re: [FS] |~~ Full tune car dialog(All models) by Fedee! ~~| - homijs - 31.07.2010

Thanks soo much
I was looking for this


Re: [FS] |~~ Full tune car dialog(All models) by Fedee! ~~| - Zh3r0 - 31.07.2010

Quote:
Originally Posted by ДitisOnHuora
Посмотреть сообщение
Does this makes any crashes? I mean for example what if i tune Police car with tuning parts that arent supported to copcar? Crash?
Yes, obvious?...

For example tune a dumper with spoilers and shit...


Re: [FS] |~~ Full tune car dialog(All models) by Fedee! ~~| - Abraham2nd - 02.08.2010

it dont work for me....the dialog appears but when i select something it just does nothing and cuts off the menu


Respuesta: [FS] |~~ Full tune car dialog(All models) by Fedee! ~~| - adri93 - 02.08.2010

Good Job


Re: [FS] |~~ Full tune car dialog(All models) by Fedee! ~~| - Ivica_Razor - 02.08.2010

very good


Re: [FS] |~~ Full tune car dialog(All models) by Fedee! ~~| - Fedee! - 17.09.2010

Thanks


Re: [FS] |~~ Full tune car dialog(All models) by Fedee! ~~| - ColdIce - 13.10.2010

What command to use it?


Re: [FS] |~~ Full tune car dialog(All models) by Fedee! ~~| - yezizhu - 30.10.2010

Nice job~
I'd use it.


Re: [FS] |~~ Full tune car dialog(All models) by Fedee! ~~| - Kwarde - 30.10.2010

Nice
But a tip: Use 'switch' instead of 'if(listitem == 0) if(listitem == 1) etc'
Then you'll have something like this:

pawn Код:
switch(listitem)
{
    case 0:
    {
        //Code
    }
    case 1:
    {
        //Code
    }
}
This is a replacement for:

pawn Код:
if(listitem == 0)
{
    //Code
}
if(listitem == 1)
{
    //Code
}
It's beautifullier and clearer (that's my opinion)
But whatever, cool script!