Fix health cmd

This commit is contained in:
Vortrex
2022-05-02 15:31:19 -05:00
parent f2b7fa13d1
commit 068dfd7768

View File

@@ -868,10 +868,9 @@ function sendAllFuelStationBlips(client) {
// ===========================================================================
function sendPlayerSetHealth(client, health) {
sendNetworkEventToPlayer("vrr.health", client, health);
sendNetworkEventToPlayer("vrr.health", client, toInteger(health));
}
// ===========================================================================
function sendPlayerSetArmour(client, armour) {