06.11.2011, 21:21
you need 4 parameters for the SetPlayerPos function
playerid, X Coord, Y Coord, Z Coord
So you need either an array with 3 fields, or just 3 variables which are storing the x, y and z coord
and it's like "playerid, x, y, z" and now "player(x, y, z)"
playerid, X Coord, Y Coord, Z Coord
So you need either an array with 3 fields, or just 3 variables which are storing the x, y and z coord
and it's like "playerid, x, y, z" and now "player(x, y, z)"