Posts: 57
	Threads: 9
	Joined: Jul 2017
	
	
 
	
	
		i want help in mapping objects in car 
i want to add objects on car how can i add pls help me i need help so i can  map objects on  cars bikes 
thnx
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 57
	Threads: 9
	Joined: Jul 2017
	
	
 
	
		
		
		
		03.08.2017, 09:31 
(
 Последний раз редактировалось SilverMapper; 03.08.2017 в 15:48.
)
	
	 
	
		Texture Studio Is Not Helping Me In Attaching Objects
so i need help pls
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 57
	Threads: 9
	Joined: Jul 2017
	
	
 
 
	
	
	
		
	Posts: 63
	Threads: 12
	Joined: Jul 2017
	
Reputation: 
0
	 
 
	
	
		I don't understand what do you want? If you wanna attach object to a vehicle then read my previous reply.
?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 57
	Threads: 9
	Joined: Jul 2017
	
	
 
	
	
		i did what u said but after all one i started it in my script it not working the object is not attached and car going but object now moving
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 6,242
	Threads: 8
	Joined: Jun 2008
	
	
 
	
	
		I used to use the Jernejls map editor, spawn  a car at 0,0,0 facing 0, and add the objects onto it, then check the offsets/rotations off that. Because the car is 0,0,0,0 then all the coordinates are simply what the attachobject needs.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 57
	Threads: 9
	Joined: Jul 2017
	
	
 
	
	
		
Код:
#include <a_samp>
#include <streamer>
new object;
public OnFilterScriptInit()
{ 
    object = CreateVehicle(411,2069.605,1359.476,10.671,2.576,6,0,-1);
    AttachObjectToVehicle(object, 411,2069.690185, 1356.396972, 11.059659, 0.000000, 0.000000, 0.000000);
} 
public OnFilterScriptExit()
{ 
    DestroyVehicle(object);
} 
public OnVehicleSpawn(vehicleid)
{ 
    if(vehicleid == object)
    {
    }
}
 i used this but it wont showing me the object attached to it