09.09.2017, 06:38
Hi all, i have litte problem, when player complete register, i but them on this position
And i has already create Plane interior object
But not spawn in this, player spawn and fly from beach to sky like this video :
https://www.youtube.com/watch?v=xrCm...ature=*********
Anyone can help me?
Код:
if(clickedid == TDEditor_TD26)
{
TextDrawHideForPlayer(playerid, TDEditor_TD24);
TextDrawHideForPlayer(playerid, TDEditor_TD25);
TextDrawHideForPlayer(playerid, TDEditor_TD26);
CancelSelectTextDraw(playerid);
SetCameraBehindPlayer(playerid);
TogglePlayerControllable(playerid, 1);
SetPlayerPos(playerid, -2752.70142, -626.48090, 500.00000);
}
Код:
CreateObject(14548, -2752.70142, -626.48090, 500.00000, 0.00000, 0.00000, -90.00000);
https://www.youtube.com/watch?v=xrCm...ature=*********
Anyone can help me?


