Warp Charcter to Vehicle

SANESAD

New member
Joined
Jan 22, 2019
Messages
1
Reaction score
0
I want to warp my charter into car.

I am working at c# with VAMemory.

How can I do it?
 

dumita123

Member
Joined
Apr 5, 2014
Messages
7
Reaction score
1
You have example of the logic in mod_sa sources. Search for the function "GTAfunc_PutActorInCar".

You have also examples of it being used inside cheat_vehicles.cpp -> bool vehicleJumper ( int iVehicleID )
 

SobFoX

Expert
Joined
Jul 14, 2015
Messages
1,391
Solutions
4
Reaction score
894
Location
Israel
It is better for you to already work with languages and tools that you have for samp for example moonloader that lets you program in lua and also you have the sampfuncs, sobeit for C ++ that you deserve if options for both samp and gtasa
 
Top