Why SetPlayerPos not working?
#1

Hello,
I tried to use SetPlayerPos to teleport a player to a casino but when i do this insted of setting player's position inside casino, it falls underground and then starting falling from sky please help!
Code which makes TP:
Код:
f(IsPlayerInRangeOfPoint(playerid, 3.0, 1446.8043,-1561.2388,13.6759))
		{
		  if(PlayerInfo[playerid][pDonateRank] >= 1)
		  {
		     SetPlayerPos(playerid, 2581.2180,1417.3933,7701.9907);
			 SetPlayer// teleport here
		     return 1;
		   }
what i have done wrong?
Reply


Messages In This Thread
Why SetPlayerPos not working? - by GeorgeMcReary - 29.05.2015, 10:53
Re: Why SetPlayerPos not working? - by bgedition - 29.05.2015, 10:55
Re: Why SetPlayerPos not working? - by Ghazal - 29.05.2015, 10:56
Re: Why SetPlayerPos not working? - by GeorgeMcReary - 29.05.2015, 10:56
Re: Why SetPlayerPos not working? - by bgedition - 29.05.2015, 10:57
Re: Why SetPlayerPos not working? - by GeorgeMcReary - 29.05.2015, 10:58
Re: Why SetPlayerPos not working? - by PepsiCola23 - 29.05.2015, 12:17
Re: Why SetPlayerPos not working? - by Vince - 29.05.2015, 12:33
Re: Why SetPlayerPos not working? - by SoFahim - 29.05.2015, 16:43

Forum Jump:


Users browsing this thread: 1 Guest(s)