From 9e1e1dffa2d7b60f25a8110585aede1df3b0f9df Mon Sep 17 00:00:00 2001 From: mrdigital0 Date: Sun, 9 Jun 2024 09:28:28 -0400 Subject: [PATCH] Update qb-ambulancejob.md Fixed Event Mispelling --- qbcore-resources/qb-ambulancejob.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qbcore-resources/qb-ambulancejob.md b/qbcore-resources/qb-ambulancejob.md index 0775a10..4896385 100644 --- a/qbcore-resources/qb-ambulancejob.md +++ b/qbcore-resources/qb-ambulancejob.md @@ -83,7 +83,7 @@ Calling this event will modify the players isdead metadata to the passed bool (t RegisterNetEvent('hospital:server:SetDeathStatus', function(isDead) -- Example -TriggerServentEvent('hospital:server:SetDeathStatus', true) +TriggerServerEvent('hospital:server:SetDeathStatus', true) ``` Calling this event will modify the players inlaststand metadata to the passed bool (true/false) @@ -93,7 +93,7 @@ Calling this event will modify the players inlaststand metadata to the passed bo RegisterNetEvent('hospital:server:SetLaststandStatus', function(bool) -- Example -TriggerServentEvent('hospital:server:SetLaststandStatus', true) +TriggerServerEvent('hospital:server:SetLaststandStatus', true) ``` Calling this event will send a notification to all players with the ambulance job title