30.12.2014, 01:55
#define POSITION 100.0, 200.0, 300.0
const position= [100.0, 200.0, 300.0];
SetPlayerPos(playerid, POSITION);
SetPlayerPos(playerid, position[0], position[1], position[2]);
no test.
const position= [100.0, 200.0, 300.0];
SetPlayerPos(playerid, POSITION);
SetPlayerPos(playerid, position[0], position[1], position[2]);
no test.