GetDynamicObjectPos
#3

do:
PHP код:
public OnPlayerSpawn(playerid){
    new 
Float:x,Float:y,Float:z,Float:rx,Float:ry,Float:rz;
    
your x to create object;
    
your y to create object;
    
your z to create object;
    
rx your rx to create object;
    
ry your ry to create object;
    
rz your rz to create object;
    new 
object CreateDynamicObject(...,x,y,z,rx,ry,rz,...);

and you can use these x,z,y,rx,ry,rz instantly
Reply


Messages In This Thread
GetDynamicObjectPos - by Banditukas - 09.02.2015, 13:13
Re: GetDynamicObjectPos - by HazardouS - 09.02.2015, 13:25
Re: GetDynamicObjectPos - by Raidensama - 09.02.2015, 14:10

Forum Jump:


Users browsing this thread: 1 Guest(s)