Skip to content

Commit

Permalink
Update qb-ambulancejob.md
Browse files Browse the repository at this point in the history
Fixed Event Mispelling
  • Loading branch information
mrdigital0 authored Jun 9, 2024
1 parent a4af4f7 commit 9e1e1df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qbcore-resources/qb-ambulancejob.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down

0 comments on commit 9e1e1df

Please sign in to comment.