Unfreeze or something..
#1

When the player ends the registration,it should be teleport to somewhere else and I can see he teleport on the map but its stays at the same screen..

I tried to unfreeze him but it doesn't worked,when I unfreeze with my cheats its work....

This is the end of registration code:

pawn Код:
if(listitem == 1) // They selected the second item - AK-47
            {
                ClearChatbox(playerid, 2);
                SendClientMessage(playerid, COLOR_LIGHTRED, "!Correct!");
                SetPlayerPos(playerid,1648.8015,-2405.3567,15.4083);
                SetPlayerFacingAngle(playerid, 270.7224);
                SetPlayerVirtualWorld(playerid,0);
                SetPlayerInterior(playerid,0);
                RegistrationQuestion[playerid] = 0;
                PlayerInfo[playerid][pRegisted] = 1;
                gPlayerAccount[playerid] = 1;
                ClearChatbox(playerid, 1);
                ClearChatbox(playerid, 3);
                ClearChatbox(playerid, 2);
                TogglePlayerControllable(playerid, 1);

            }
Reply
#2

pawn Код:
SetCameraBehindPlayer(playerid);
Reply
#3

Quote:
Originally Posted by dannyk0ed
Посмотреть сообщение
pawn Код:
SetCameraBehindPlayer(playerid);
Tnx bro )
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)