Help me to fix it plz - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help me to fix it plz (
/showthread.php?tid=517666)
Help me to fix it plz -
bluemoon - 06.06.2014
Код:
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 ?
Re: Help me to fix it plz -
kamiliuxliuxliux - 06.06.2014
Could you show us those errors?
Re: Help me to fix it plz -
bluemoon - 06.06.2014
When i finsih the registeration,
My charactor is on sky like that.
Sorry for my bad English
Re: Help me to fix it plz -
Faisal_khan - 06.06.2014
Are you sure these co-ords are tight?
pawn Код:
1641.90830000,-2241.13670000,13.49480000
Re: Help me to fix it plz -
Konstantinos - 06.06.2014
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);