XY infront of object
#1

how can i get the X, and Y pos infront of a object? (GetXYInFrontOfObject)

pawn Код:
CreateDynamicObject(19076,x,y,z,0.0,0.0,rz,-1,-1,-1,50.0); //object
CreateDynamicPickup(1264,23,X,Y,Z,-1,-1,-1,50.0); //i want this pickup to spawn "2.0" infront of the object
Reply
#2

pawn Код:
CreateDynamicObject(19076,x,y,z,0.0,0.0,rz,-1,-1,-1,50.0);
CreateDynamicPickup(1264,23,x+2,y,z,-1,-1,-1,50.0);
Reply
#3

dont work

if i face north is spawn beside it, and if i face west it spawn correctly
south, west, east = spawn wrong
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)