Object gravity/ariser
#4

Move the object to an infinite float value:
pawn Код:
#define FLOAT_INFINITY   (Float:0x7F800000)
new Float:objectx, Float:objecty, Float:objectz;
GetObjectPos( objectid, objectx, objecty, objectz );
MoveObject( objectid, objectx, objecty, FLOAT_INFINITY, 1.0 );
This will ensure it will move to infinite height values.
Reply


Messages In This Thread
Object gravity/ariser - by Lordzy - 20.08.2012, 15:33
Re: Object gravity/ariser - by Kar - 20.08.2012, 17:26
Re: Object gravity/ariser - by Lordzy - 21.08.2012, 06:34
Re : Object gravity/ariser - by admantis - 21.08.2012, 06:40
Re: Object gravity/ariser - by Lordzy - 21.08.2012, 06:46
Re : Object gravity/ariser - by admantis - 21.08.2012, 06:58
Re: Object gravity/ariser - by Lordzy - 21.08.2012, 07:00

Forum Jump:


Users browsing this thread: 1 Guest(s)