26.11.2012, 14:57
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 + +
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
*/