Trailer problem
#1

My trailer wont attach...


Код:
CMD:trailer(playerid,params[])
{
	new Float:x,Float:y,Float:z;
	GetPlayerPos(playerid,x,y,z);
	new Trailer = CreateVehicle(607,x,y,z,0,0,0,0);
	AttachTrailerToVehicle(Trailer,GetPlayerVehicleID(playerid));
	return 1;
}
Reply
#2

Make sure you are in a truck when you use that command.
Reply
#3

Quote:
Originally Posted by mirou123
Посмотреть сообщение
Make sure you are in a truck when you use that command.
And make sure that you align it right
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)