[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
#2

Looking Nice... May Be Add More Vehicles.
Reply
#3

nice I'll take that script. Shabi, can I edit it if I will sometime create the server with custom transfender?
Reply
#4

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.
Reply
#5

*Bump*
Reply
#6

Good Job!
Reply
#7

Tnx,i was looking this script
Reply
#8

Not bad for first script.5/10.
Reply
#9

Thank You guys For Liking
Reply
#10

if i will respawn the car the updates will remove ?
Reply
#11

Quote:
Originally Posted by U$erName
Посмотреть сообщение
if i will respawn the car the updates will remove ?
yUP....
Reply
#12

Make them save, Then 100/10
Reply
#13

Wow Awesome Script!
Well Done Shabi!!!!
YOu seriously Roxx!!
Reply
#14

Good Job man
Reply
#15

Quote:
Originally Posted by •K3N_
Посмотреть сообщение
Where is
Код:
#include <S_Tunning>
Please reply soon..
Here:
http://pastebin.com/bYhTkkTx
Reply
#16

wow thats cool keep it up bro
Reply
#17

How to install it in our server
Reply


Forum Jump:


Users browsing this thread: 5 Guest(s)