Little Suggestions for SA:MP 0.3
#86

>>Show The Server List or The GTA_SA.exe behind the samp.exe in the screen when i type /serverlist in game


and
enum VEHICLE_HANDLINGS {
VEHICLE_MASS //fMass [1.0 to 50000.0]
VEHICLE_TURNMASS //fTurnMass [0.0 > x > 20.0]
VEHICLE_fDragMult //not used in handling.cfg
VEHICLE_GEARS //TransmissionData.nNumberOfGears
more here...
}
>> SetVehiclehandling(vehicleid,VEHICLE_HANDLINGS,Flo at:mass=-1.0); // -1.0 set default , will be funny set the wrong vaules in some vehicle with a player flying... :P


; 1st digit 1: IS_VAN 2: IS_BUS 4: IS_LOW 8: IS_BIG
; 2nd digit 1: REVERSE_BONNET 2: HANGING_BOOT 4: TAILGATE_BOOT 8: NOSWING_BOOT
; 3rd digit 1: NO_DOORS 2: TANDEM_SEATS 4: SIT_IN_BOAT 8: CONVERTIBLE
; 4th digit 1: NO_EXHAUST 2: DOUBLE_EXHAUST 4: NO1FPS_LOOK_BEHIND 8: FORCE_DOOR_CHECK
; 5th digit 1: AXLE_F_NOTILT 2: AXLE_F_SOLID 4: AXLE_F_MCPHERSON 8: AXLE_F_REVERSE
; 6th digit 1: AXLE_R_NOTILT 2: AXLE_R_SOLID 4: AXLE_R_MCPHERSON 8: AXLE_R_REVERSE
; 7th digit 1: IS_BIKE 2: IS_HELI 4: IS_PLANE 8: IS_BOAT
; 8th digit 1: BOUNCE_PANELS 2: DOUBLE_RWHEELS 4: FORCE_GROUND_CLEARANCE 8: IS_HATCHBACK

example:
0x801422c2 // is_big,no_doors,double_exaust,AXLE_F_SOLID,AXLE_R_ SOLID,IS_PLANE&IS_BOAT,and bouble_rearwheels flags set in a bus ... in high speed will begin fly with flags changed
>> SetVehicleModelFlags(vehicleid,0x1234567; // -1.0 set default , will be funny set the wrong vaules in some vehicle with a player flying... :P


i haven't changed anything , only a SP i change... read the handling.cfg in <gta_dir>\Data\


delete this if is too cofusing...
Reply


Messages In This Thread
Little Suggestions for SA:MP 0.3 - by pLaTaNo - 13.10.2007, 20:58
Re: Little Suggestions for SA:MP 0.3 - by [NR]Luke - 15.10.2007, 02:59
Re: Little Suggestions for SA:MP 0.3 - by -Sneaky- - 15.10.2007, 12:37
Re: Little Suggestions for SA:MP 0.3 - by kaisersouse - 15.10.2007, 13:09
Re: Little Suggestions for SA:MP 0.3 - by kaisersouse - 15.10.2007, 16:48
Re: Little Suggestions for SA:MP 0.3 - by [PHX]Randy - 15.10.2007, 19:26
Re: Little Suggestions for SA:MP 0.3 - by kaisersouse - 15.10.2007, 19:27
Re: Little Suggestions for SA:MP 0.3 - by BeckzyBoi - 15.10.2007, 21:47
Re: Little Suggestions for SA:MP 0.3 - by Gandalf - 15.10.2007, 22:04
Re: Little Suggestions for SA:MP 0.3 - by Towlies - 15.10.2007, 22:26
Re: Little Suggestions for SA:MP 0.3 - by Betamaster - 15.10.2007, 22:36
Re: Little Suggestions for SA:MP 0.3 - by MaTrIx4057 - 16.10.2007, 04:24
Re: Little Suggestions for SA:MP 0.3 - by BeckzyBoi - 16.10.2007, 14:56
Re: Little Suggestions for SA:MP 0.3 - by [PHX]Randy - 16.10.2007, 16:28
Re: Little Suggestions for SA:MP 0.3 - by BeckzyBoi - 16.10.2007, 22:57
Re: Little Suggestions for SA:MP 0.3 - by [NR]Luke - 17.10.2007, 13:28
Re: Little Suggestions for SA:MP 0.3 - by kaisersouse - 17.10.2007, 14:05
Re: Little Suggestions for SA:MP 0.3 - by [R6.m]Jony - 17.10.2007, 14:19
Re: Little Suggestions for SA:MP 0.3 - by d4-m4rc0 - 17.10.2007, 14:54
Re: Little Suggestions for SA:MP 0.3 - by BeckzyBoi - 17.10.2007, 15:48
Re: Little Suggestions for SA:MP 0.3 - by kaisersouse - 17.10.2007, 16:16
Re: Little Suggestions for SA:MP 0.3 - by BeckzyBoi - 17.10.2007, 16:25
Re: Little Suggestions for SA:MP 0.3 - by kaisersouse - 17.10.2007, 16:42
Re: Little Suggestions for SA:MP 0.3 - by BeckzyBoi - 17.10.2007, 16:47
Re: Little Suggestions for SA:MP 0.3 - by kaisersouse - 17.10.2007, 16:52
Re: Little Suggestions for SA:MP 0.3 - by pLaTaNo - 17.10.2007, 19:00
Re: Little Suggestions for SA:MP 0.3 - by BeckzyBoi - 17.10.2007, 23:03
Re: Little Suggestions for SA:MP 0.3 - by [PHX]Randy - 18.10.2007, 12:03
Re: Little Suggestions for SA:MP 0.3 - by kaisersouse - 18.10.2007, 12:50
Re: Little Suggestions for SA:MP 0.3 - by [PHX]Randy - 18.10.2007, 13:27
Re: Little Suggestions for SA:MP 0.3 - by Grove - 04.11.2007, 11:04
Re: Little Suggestions for SA:MP 0.3 - by [PHX]Randy - 04.11.2007, 11:30
Re: Little Suggestions for SA:MP 0.3 - by gothem - 04.11.2007, 13:03
Re: Little Suggestions for SA:MP 0.3 - by [PHX]Randy - 04.11.2007, 13:07
Re: Little Suggestions for SA:MP 0.3 - by gothem - 04.11.2007, 13:17
Re: Little Suggestions for SA:MP 0.3 - by Tommy_Vercetty - 04.11.2007, 18:38
Re: Little Suggestions for SA:MP 0.3 - by [SWK]Acid - 04.11.2007, 19:07
Major Modification for SA-MP 0.3 - by Larry - 06.11.2007, 13:41
Re: Little Suggestions for SA:MP 0.3 - by [R6.m]Jony - 06.11.2007, 13:54
Re: Major Modification for SA-MP 0.3 - by BeckzyBoi - 06.11.2007, 13:59
Re: Little Suggestions for SA:MP 0.3 - by !damo!spiderman - 28.03.2008, 06:23
SA-MP CJ IDEA - by BigVerick - 28.03.2008, 11:42
Re: Little Suggestions for SA:MP 0.3 - by mini_tomo_2 - 28.03.2008, 12:24
Re: Little Suggestions for SA:MP 0.3 - by mercury - 28.03.2008, 19:36
Re: Little Suggestions for SA:MP 0.3 - by Karlip - 28.03.2008, 19:38
Re: Little Suggestions for SA:MP 0.3 - by Pistol Man - 29.03.2008, 02:05
Re: Little Suggestions for SA:MP 0.3 - by blewert - 29.03.2008, 02:19
Re: Little Suggestions for SA:MP 0.3 - by GenerationX - 29.03.2008, 03:03
Re: Little Suggestions for SA:MP 0.3 - by blewert - 29.03.2008, 03:27
important suggestions for 0.2.5 - by mercury - 29.03.2008, 17:05
Re: Little Suggestions for SA:MP 0.3 - by Karlip - 09.03.2009, 21:04
Re: Make sa-mp Skinable - by mini-d - 09.03.2009, 21:13
Re: Make sa-mp Skinable - by Yaheli_Faro - 09.03.2009, 21:20
Re: Little Suggestions for SA:MP 0.3 - by Riaz - 09.03.2009, 21:25
Re: Make sa-mp Skinable - by Zoopaman - 09.03.2009, 21:35
Re: Make sa-mp Skinable - by Charles - 09.03.2009, 21:42
Re: Little Suggestions for SA:MP 0.3 - by Diablosrouge - 10.03.2009, 13:31
Re: Little Suggestions for SA:MP 0.3 - by harrold - 10.03.2009, 14:02
Re: Little Suggestions for SA:MP 0.3 - by NigNog1 - 10.03.2009, 15:10
Re: Little Suggestions for SA:MP 0.3 - by Rimeau - 10.03.2009, 19:22
Re: Little Suggestions for SA:MP 0.3 - by Mikep - 15.03.2009, 21:05
Re: can you guys add microfone - by Simon - 17.03.2009, 07:46
Re: can you guys add microfone - by trc_ - 17.03.2009, 10:22
Re: can you guys add microfone - by Simon - 17.03.2009, 11:55
Re: can you guys add microfone - by Zoopaman - 17.03.2009, 14:42
Re: can you guys add microfone - by Simon - 17.03.2009, 23:44
Re: can you guys add microfone - by Norn - 18.03.2009, 01:00
Re: can you guys add microfone - by Simon - 18.03.2009, 01:25
Re: can you guys add microfone - by Austin_Lynn - 18.03.2009, 01:48
Re: can you guys add microfone - by simstosh - 18.03.2009, 03:56
Re: Little Suggestions for SA:MP 0.3 - by dugi - 14.08.2009, 20:18
Re: Little Suggestions for SA:MP 0.3 - by crockett - 14.08.2009, 21:47
Re: Little Suggestions for SA:MP 0.3 - by Mr187 - 15.08.2009, 04:39
Re: Little Suggestions for SA:MP 0.3 - by shady91 - 15.08.2009, 16:11
Re: Little Suggestions for SA:MP 0.3 - by NeRoSiS - 15.08.2009, 16:16
Re: Little Suggestions for SA:MP 0.3 - by Cartermcpyro - 15.08.2009, 16:18
Re: Little Suggestions for SA:MP 0.3 - by shady91 - 15.08.2009, 18:14
Re: Little Suggestions for SA:MP 0.3 - by NeRoSiS - 15.08.2009, 18:32
Re: Little Suggestions for SA:MP 0.3 - by Dreftas - 15.08.2009, 19:43
Re: Little Suggestions for SA:MP 0.3 - by NeRoSiS - 15.08.2009, 19:50
Re: Little Suggestions for SA:MP 0.3 - by RobertGraham - 18.09.2009, 03:05
Re: Little Suggestions for SA:MP 0.3 - by CracK - 19.09.2009, 10:02
Re: Little Suggestions for SA:MP 0.3 - by Calgon - 19.09.2009, 10:12
Re: Little Suggestions for SA:MP 0.3 - by Sergei - 19.09.2009, 11:15
Re: Little Suggestions for SA:MP 0.3 - by S3rs - 19.09.2009, 14:02
Re: Little Suggestions for SA:MP 0.3 - by ViniciusWillerHaas - 20.09.2009, 03:51
Re: Little Suggestions for SA:MP 0.3 - by eakwarp - 20.09.2009, 13:19
Re: Little Suggestions for SA:MP 0.3 - by Sergei - 20.09.2009, 13:49
Re: Little Suggestions for SA:MP 0.3 - by Mach37 - 20.09.2009, 13:52
Re: Little Suggestions for SA:MP 0.3 - by ViniciusWillerHaas - 20.09.2009, 15:59
Re: Little Suggestions for SA:MP 0.3 - by Guedes747 - 08.10.2009, 18:43
Re: Little Suggestions for SA:MP 0.3 - by Sergei - 08.10.2009, 18:46
Re: Little Suggestions for SA:MP 0.3 - by BeckzyBoi - 09.10.2009, 07:03
Re: Little Suggestions for SA:MP 0.3 - by Diablosrouge - 09.10.2009, 09:35
Re: Little Suggestions for SA:MP 0.3 - by eakwarp - 09.10.2009, 22:08
Re: Little Suggestions for SA:MP 0.3 - by DiDok - 10.10.2009, 11:47
Re: Little Suggestions for SA:MP 0.3 - by kev375 - 10.10.2009, 13:54
Re: Little Suggestions for SA:MP 0.3 - by [03]Garsino - 10.10.2009, 14:01
Re: Little Suggestions for SA:MP 0.3 - by IGnoTon - 10.10.2009, 14:43
Re: Little Suggestions for SA:MP 0.3 - by Cedimedi - 10.10.2009, 22:28
Re: Little Suggestions for SA:MP 0.3 - by [03]Garsino - 10.10.2009, 22:30
Re: Little Suggestions for SA:MP 0.3 - by Cedimedi - 10.10.2009, 22:36
Re: Little Suggestions for SA:MP 0.3 - by Sergei - 10.10.2009, 22:57
Re: Little Suggestions for SA:MP 0.3 - by MasterOfQuebec - 10.10.2009, 23:50
Re: Little Suggestions for SA:MP 0.3 - by eakwarp - 11.10.2009, 16:36
Re: Little Suggestions for SA:MP 0.3 - by Correlli - 11.10.2009, 17:04
Re: Little Suggestions for SA:MP 0.3 - by MPKaboose - 11.10.2009, 17:23
Re: Little Suggestions for SA:MP 0.3 - by BloodyEric - 11.10.2009, 17:45
Re: Little Suggestions for SA:MP 0.3 - by SpiderPork - 11.10.2009, 17:47
Re: Little Suggestions for SA:MP 0.3 - by Guedes747 - 11.10.2009, 20:42
Re: Little Suggestions for SA:MP 0.3 - by MasterOfQuebec - 13.10.2009, 01:02
Re: Little Suggestions for SA:MP 0.3 - by Patrik356b - 13.10.2009, 14:40
Re: Little Suggestions for SA:MP 0.3 - by Farsek - 14.10.2009, 13:34
Re: Little Suggestions for SA:MP 0.3 - by shady91 - 14.10.2009, 14:58
suggestion | Images - by _Ben_[Fux-c.co.il RP] - 15.10.2009, 15:51

Forum Jump:


Users browsing this thread: 1 Guest(s)