[FilterScript] |Shabi| Vehicle Tunning System
#1

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
Reply


Messages In This Thread
|Shabi| Vehicle Tunning System - by Shabi RoxX - 08.02.2012, 12:35
Re: |Shabi| Vehicle Tunning System - by iRana - 08.02.2012, 13:14
Re: |Shabi| Vehicle Tunning System - by Maxandmov - 08.02.2012, 13:38
Re: |Shabi| Vehicle Tunning System - by Shabi RoxX - 08.02.2012, 15:14
Re: |Shabi| Vehicle Tunning System - by Shabi RoxX - 20.02.2012, 04:26
Respuesta: |Shabi| Vehicle Tunning System - by Manuel7284 - 20.02.2012, 04:29
Re: |Shabi| Vehicle Tunning System - by Hansolue - 20.02.2012, 04:59
Re: |Shabi| Vehicle Tunning System - by [HK]Ryder[AN] - 20.02.2012, 06:22
Re: |Shabi| Vehicle Tunning System - by Shabi RoxX - 20.02.2012, 07:33
Re: |Shabi| Vehicle Tunning System - by U$erName - 20.02.2012, 15:56
Re: |Shabi| Vehicle Tunning System - by Shabi RoxX - 20.02.2012, 16:04
Re: |Shabi| Vehicle Tunning System - by Georgi166 - 14.03.2012, 06:54
Re: |Shabi| Vehicle Tunning System - by SsHady - 14.03.2012, 12:29
Re : |Shabi| Vehicle Tunning System - by Smail_Smith - 14.03.2012, 12:44
Re: |Shabi| Vehicle Tunning System - by Shabi RoxX - 07.05.2012, 21:47
Re: |Shabi| Vehicle Tunning System - by sienal - 08.05.2012, 04:50
Re: |Shabi| Vehicle Tunning System - by troll2002lala - 13.07.2016, 15:09

Forum Jump:


Users browsing this thread: 7 Guest(s)