Scripters,please click here
#3

Anyway it's easy
use these:

Код:
new carobject;
new targetvehicle;

public OnGameModeInit()
{
	carobject = CreateObject([modelid],[x co-ordinate], [y co-ordinate], [z co-ordinate], [x rotation], [y rotation],[z rotation], [draw distance]); // I suggest you to put 0.0,0.0,0.0 for co-ordinates ;)
	targetvehicle = CreateVehicle([vehicleid],[x co-ordinate], [y co-ordinate], [z co-ordinate], [rotation], [colo1],[color2],[respawn delay]);
	AttachObjectToVehicle(carobject,targetvehicle, [position X], [position Y], [position Z], [rotation X], [rotation Y], [rotation Z]);
	return 1;
}
Reply


Messages In This Thread
Scripters,please click here - by [DJ]Boki - 04.04.2011, 18:56
Re: Scripters,please click here - by Sinner - 04.04.2011, 18:58
Re: Scripters,please click here - by [MG]Dimi - 04.04.2011, 20:11

Forum Jump:


Users browsing this thread: 1 Guest(s)