Fix health cmd
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user