Quote:
Originally Posted by _Ben_[Fux-c.co.il RP
]
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);
Tried, works fine .
Enjoy
|
Please full code,
"Why? I did deleted this medic of code, because i hated that respawning bug. Now i want put back full code of fixed medic."