29.05.2015, 10:53
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:
what i have done wrong?
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; }