04.07.2013, 21:16
Hmm, for example:
new position[30];
position = "13424.0, 35892.0, 43647.0";
I want to put it in SetPlayerPos, like that:
SetPlayerPos(playerid, position);
But I can't find way for that...
new position[30];
position = "13424.0, 35892.0, 43647.0";
I want to put it in SetPlayerPos, like that:
SetPlayerPos(playerid, position);
But I can't find way for that...

