Fix SANI Final
This commit is contained in:
@@ -534,7 +534,7 @@ export default function factionInteraction(globalData: IGlobalData) {
|
||||
}
|
||||
|
||||
if (deadRespawned == false) {
|
||||
mp.game.graphics.drawText(timeLeft + "s", [0.5, 0.88], {
|
||||
mp.game.graphics.drawText(timeLeft + "s", [0.5, 0.85], {
|
||||
font: 7,
|
||||
color: [60, 179, 113, 255],
|
||||
scale: [0.5, 0.5],
|
||||
@@ -543,7 +543,7 @@ export default function factionInteraction(globalData: IGlobalData) {
|
||||
});
|
||||
} else {
|
||||
{
|
||||
mp.game.graphics.drawText(timeLeft + "s", [0.5, 0.88], {
|
||||
mp.game.graphics.drawText(timeLeft + "s", [0.5, 0.85], {
|
||||
font: 7,
|
||||
color: [255, 203, 145, 255],
|
||||
scale: [0.5, 0.5],
|
||||
|
||||
@@ -1747,8 +1747,8 @@ namespace ReallifeGamemode.Server.Commands
|
||||
MedicName = "none"
|
||||
};
|
||||
Medic.AddTaskToList(reviveTask);
|
||||
}
|
||||
*/
|
||||
}*/
|
||||
|
||||
[Command("setsvar", "~m~Benutzung:~s~ /setsvar [ID] [WERT]")]
|
||||
public void CmdAdmSetSvar(Player player, int varId, int varValue)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user