You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so I am trying send a player to jail but when I send them it tells me there time how long the got but they don't go to jail also jobs don't work around the prison
Reproduction
I did nothing I just try sending a player to jail
Expected behaviour
i thought the player would go straight to jail after being sent be police officer
Actual behaviour
nothing
Additional context
Last Updated
today
Custom Resources
no
Resource Rename
no
The text was updated successfully, but these errors were encountered:
so I am trying send a player to jail but when I send them it tells me there time how long the got but they don't go to jail also jobs don't work around the prison
Reproduction
I did nothing I just try sending a player to jail
Expected behaviour
i thought the player would go straight to jail after being sent be police officer
Actual behaviour
nothing
Additional context
Last Updated
today
Custom Resources
no
Resource Rename
no
In the server event police:server:JailPlayer change the following line: TriggerClientEvent('police:client:SendToJail', otherPlayer.PlayerData.source, time)
to exports.qbx_prison:JailPlayer(otherPlayer.PlayerData.source, time)
You can also remove the exports.qbx_core:Notify line as the export notifies the player as well.
Summary
so I am trying send a player to jail but when I send them it tells me there time how long the got but they don't go to jail also jobs don't work around the prison
Reproduction
I did nothing I just try sending a player to jail
Expected behaviour
i thought the player would go straight to jail after being sent be police officer
Actual behaviour
nothing
Additional context
Last Updated
today
Custom Resources
no
Resource Rename
no
The text was updated successfully, but these errors were encountered: