AttachObjectToVehicle [REP ++]
#1

how to determine the position coordinates to put the truck named DFT-30 his prikolka.Ve please help me.I want to put command to put trees out there please help give REP + +
Reply
#2

BUMP !
Reply
#3

Use this editor to get XYZ as quick as possible!
https://sampforum.blast.hk/showthread.php?tid=282883
Reply
#4

I dont know how to use this script
Reply
#5

here is another tip keep attaching it every second okay, first u scripted it in see where the tree is and determine if u want to move it up down left or right on the attach

u will need stuff like
pawn Код:
new Float:x, Float:y, Float:z;
new v = GetPlayerVehicleID(playerid)
new tree;
tree = createobject(info);
GetVehiclePos(v,x,y,z);
AttachObjectToVehicle(tree,v,x,y,z,0,0,0);
/*
eg of how u would use it
*/
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)