|Shabi| Vehicle Tunning System -
Shabi RoxX - 08.02.2012
Hi SA-MP Community, This is my First Filter Script but Not First Try in sa-mp programming. Its a Simple FS to Tune Vehicle.
Credits:
****** FOR
sscanf 2.5 Plugin
Zeex For
zcmd include
*Version 1
*All Function in Include File
*16 Vehicles Supported
//TuneAble Vehicle Checking
Код:
stock IsTunAble(vehicleid)
{
new Veh[] = {400, 404, 413, 418, 422, 428, 440, 442, 459, 479, 482, 470, 489, 490, 505, 579};
for(new i = 0; i < sizeof(Veh); i++)
{
if(GetVehicleModel(vehicleid) == Veh[i]) return 1;
}
return 0;
}
(More in Next Version)
Код:
Native IsTunAble(vehicleid)
Native S_AddVehicleComponent(vehicleid,component)
Native S_RemoveAllVehicleComponents(vehicleid)
Native S_RemoveVehicleComponentBySlot(slot)
Commands:
Код:
/tuning for menu
/untune to Restore Tuning
Look:
/imageshack/slidesho...=samp071pj.png
Version 1:
Download-MediaFire
Pastabin:
S_Tunning.inc
S_Tunning.pwn
Re: |Shabi| Vehicle Tunning System -
iRana - 08.02.2012
Looking Nice... May Be Add More Vehicles.
Re: |Shabi| Vehicle Tunning System -
Maxandmov - 08.02.2012
nice I'll take that script. Shabi, can I edit it if I will sometime create the server with custom transfender?
Re: |Shabi| Vehicle Tunning System -
Shabi RoxX - 08.02.2012
Quote:
Originally Posted by Maxandmov
nice I'll take that script. Shabi, can I edit it if I will sometime create the server with custom transfender?
|
Thanks, Oh sure You can.
Re: |Shabi| Vehicle Tunning System -
Shabi RoxX - 20.02.2012
*Bump*
Respuesta: |Shabi| Vehicle Tunning System -
Manuel7284 - 20.02.2012
Good Job!
Re: |Shabi| Vehicle Tunning System -
Hansolue - 20.02.2012
Tnx,i was looking this script
Re: |Shabi| Vehicle Tunning System -
[HK]Ryder[AN] - 20.02.2012
Not bad for first script.5/10.
Re: |Shabi| Vehicle Tunning System -
Shabi RoxX - 20.02.2012
Thank You guys For Liking
Re: |Shabi| Vehicle Tunning System -
U$erName - 20.02.2012
if i will respawn the car the updates will remove ?
Re: |Shabi| Vehicle Tunning System -
Shabi RoxX - 20.02.2012
Quote:
Originally Posted by U$erName
if i will respawn the car the updates will remove ?
|
yUP....
Re: |Shabi| Vehicle Tunning System -
Georgi166 - 14.03.2012
Make them save, Then 100/10
Re: |Shabi| Vehicle Tunning System -
SsHady - 14.03.2012
Wow Awesome Script!
Well Done Shabi!!!!
YOu seriously Roxx!!
Re : |Shabi| Vehicle Tunning System -
Smail_Smith - 14.03.2012
Good Job man
Re: |Shabi| Vehicle Tunning System -
Shabi RoxX - 07.05.2012
Quote:
Originally Posted by •K3N_
Where is
Код:
#include <S_Tunning>
Please reply soon..
|
Here:
http://pastebin.com/bYhTkkTx
Re: |Shabi| Vehicle Tunning System -
sienal - 08.05.2012
wow thats cool keep it up bro
Re: |Shabi| Vehicle Tunning System -
troll2002lala - 13.07.2016
How to install it in our server