Help me to fix it plz
#1

Код:
SetPVarInt(playerid, "TutorialStep", 0);
			DeletePVar(playerid,"TutType");
			TextDrawHideForPlayer(playerid, ScreenBar1);
			TextDrawHideForPlayer(playerid, ScreenBar2);
			SetSlidedMoneyBar(playerid);
			SetPlayerPos(playerid, 1641.90830000,-2241.13670000,13.49480000);
			SetPlayerFacingAngle(playerid, 180.0);
			SetCameraBehindPlayer(playerid);
			SetPlayerVirtualWorld(playerid, 0);
			SetPlayerInterior(playerid, 0);
			TogglePlayerControllable(playerid, true);


How can i fix it ?
Reply
#2

Could you show us those errors?
Reply
#3

When i finsih the registeration,
My charactor is on sky like that.

Sorry for my bad English
Reply
#4

Are you sure these co-ords are tight?
pawn Код:
1641.90830000,-2241.13670000,13.49480000
Reply
#5

I assume (because the image is still loading and I can't see) it's from the spectating mode so turn it off:
pawn Код:
TogglePlayerSpectating(playerid, 0);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)