16.06.2015, 19:58
2339.5776362.531250 modify those coordinates you have 2x "."
SetPlayerPos want coordinates X,Y,Z from you that means 3x "," and 3x "." you have 2x "," and 4x "." so check this again make sure you put correct coordinates.
- you need to change "." to "," check coordinates again
You might want those coordinates?
Or ?
Hope this helped you.
SetPlayerPos want coordinates X,Y,Z from you that means 3x "," and 3x "." you have 2x "," and 4x "." so check this again make sure you put correct coordinates.
Код:
SetPlayerPos(playerid,3398.230224,2339.5776362.531250,262.003540);
You might want those coordinates?
Код:
SetPlayerPos(playerid,3398.230224,2339.5776362,262.003540);
Код:
SetPlayerPos(playerid,3398.230224,2339.531250,262.003540);