Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- RegisterNetEvent('esx_policejob:strip')
- AddEventHandler('esx_policejob:strip', function()
- local model = GetHashKey("s_m_y_prisoner_01")
- if IsHandcuffed then
- FreezeEntityPosition(GetPlayerPed(-1), true)
- else
- FreezeEntityPosition(GetPlayerPed(-1), false)
- SetPlayerModel(PlayerId(), model)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement