11.05.2011, 16:37
Hi,
I have a question about Z coordinate.
So, if I do:
new Float: Position[ 3 ];
GetPlayerPos( playerid, Position[ 0 ], Position[ 1 ], Postion[ 2 ] );
SetPlayerPos( playerid, Position[ 0 ], Position[ 1 ], Position[ 2 ] - 5 );
The player will be under the ground?
I have a question about Z coordinate.
So, if I do:
new Float: Position[ 3 ];
GetPlayerPos( playerid, Position[ 0 ], Position[ 1 ], Postion[ 2 ] );
SetPlayerPos( playerid, Position[ 0 ], Position[ 1 ], Position[ 2 ] - 5 );
The player will be under the ground?