[HELP]How i delete the fuction rotation in MoveObject -
guyigoog - 21.01.2012
Hey, i want to delete the fuction rotation in MoveObject.
Becouse i got a problem and i cant fix it
Please Help!
Re: [HELP]How i delete the fuction rotation in MoveObject -
guyigoog - 22.01.2012
UP..
Re: [HELP]How i delete the fuction rotation in MoveObject -
niels44 - 22.01.2012
?? wut u mean?
Re: [HELP]How i delete the fuction rotation in MoveObject -
guyigoog - 22.01.2012
i dont want that function in my server
Re: [HELP]How i delete the fuction rotation in MoveObject -
Zhoom - 22.01.2012
what do you mean, ******? i have this problem too!
Re: [HELP]How i delete the fuction rotation in MoveObject -
Konstantinos - 22.01.2012
pawn Код:
MoveObject(objectid, Float:X, Float:Y, Float:Z, Float:Speed, Float:RotX = -1000.0, Float:RotY = -1000.0, Float:RotZ = -1000.0);
Note: The parameters below are for 0.3c and older versions and should be ignored if you run the latest version of SA-MP.
pawn Код:
MoveObject(objectid, Float:X, Float:Y, Float:Z, Float:Speed);
Re: [HELP]How i delete the fuction rotation in MoveObject -
guyigoog - 22.01.2012
But when I use the 0.3C this function sometimes turns the gates to the sides
Re: [HELP]How i delete the fuction rotation in MoveObject -
guyigoog - 22.01.2012
sorry for my bad english
Quote:
But when I use the 0.3C function sometimes turns the gates to the sides
|
i mean this code
Код:
MoveObject(objectid, Float:X, Float:Y, Float:Z, Float:Speed);
Re: [HELP]How i delete the fuction rotation in MoveObject -
MP2 - 22.01.2012
Why would you still use 0.3c..?
Re: [HELP]How i delete the fuction rotation in MoveObject -
coole210 - 22.01.2012
He's not using 0.3c, hes using the parameters without the rotations that MoveObject used to have and it is rotating the object in weird ways, it does this for me too if i use an object streamer or not. In short: Objects rotation gets fucked up