SetPlayerPos doesnt work
#1

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:
Код:
	if(strcmp(cmd, "/test", true) == 0)
	{
		SetPlayerPos(playerid, 1261.1570,2217.2432,7.9373);
		SetPlayerFacingAngle(playerid, 118.3505);
		return 1;
	}
Reply


Messages In This Thread
SetPlayerPos doesnt work - by Blu3scReeN - 22.11.2013, 17:51
Re: SetPlayerPos doesnt work - by RayDcosta - 22.11.2013, 17:59
Re: SetPlayerPos doesnt work - by feartonyb - 22.11.2013, 18:54

Forum Jump:


Users browsing this thread: 1 Guest(s)