28.11.2012, 16:56
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
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
*/