22.11.2013, 17:51
Hey guys,
today i finished my script, but i can't go into my checkpoints, if i reach the checkpoint, the position of the players doesnt change, only the facing angle were changed.
I tested it with debug infos, everything works, but the setplayerpos doesn't work.
Heres my code:
today i finished my script, but i can't go into my checkpoints, if i reach the checkpoint, the position of the players doesnt change, only the facing angle were changed.
I tested it with debug infos, everything works, but the setplayerpos doesn't work.
Heres my code:
Код:
if(strcmp(cmd, "/test", true) == 0) { SetPlayerPos(playerid, 1261.1570,2217.2432,7.9373); SetPlayerFacingAngle(playerid, 118.3505); return 1; }