[Help]What A bug Script
#1

Script LA-RP in the hospital, it Bugs Or Not. I not Exit Hospital

Picture Sorry I Use ****** Translate Thai - English

[img width=960 height=768]http://image.ohozaa.com/id/samp001.png[/img]

Help Me Please
Reply
#2

It says that you need to rest. Just wait
Reply
#3

I wait 4-5 minute but Same.
Reply
#4

I use Scirpt LA-RP 2.6 stable
Reply
#5

Search for this:

pawn Код:
new cut = deathcost; //PlayerInfo[playerid][pLevel]*deathcost;
                    //SafeGivePlayerMoney(i, -cut);
                    format(string, sizeof(string), "Doctor: Your Medical Bill comes to $%d, Have a nice day.", cut);
                    SendClientMessage(i, TEAM_CYAN_COLOR, string);
                    TogglePlayerControllable(i, 1);
                MedicBill[i] = 0;
                MedicTime[i] = 0;
                NeedMedicTime[i] = 0;
                PlayerInfo[i][pDeaths] += 1;
                PlayerFixRadio(i);
                ClearAnimations(i);
                SpawnPlayer(i);

Add under it:

pawn Код:
SetPlayerSpawn(i);
                    SetCameraBehindPlayer(i);
The full code:

pawn Код:
new cut = deathcost; //PlayerInfo[playerid][pLevel]*deathcost;
                    //SafeGivePlayerMoney(i, -cut);
                    format(string, sizeof(string), "Doctor: Your Medical Bill comes to $%d, Have a nice day.", cut);
                    SendClientMessage(i, TEAM_CYAN_COLOR, string);
                    TogglePlayerControllable(i, 1);
                MedicBill[i] = 0;
                MedicTime[i] = 0;
                NeedMedicTime[i] = 0;
                PlayerInfo[i][pDeaths] += 1;
                PlayerFixRadio(i);
                ClearAnimations(i);
                SetPlayerSpawn(i);
                    SetCameraBehindPlayer(i);

/cake
Reply
#6

Thanks Cake
Reply
#7

I change outside hospital Or not
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)