onPlayerJump
Information
Cet évènement est appelé lorsqu'un joueur saute.
RegisterNetEvent('onPlayerJump')
AddEventHandler('onPlayerJump', function()
-- ...
end)
Cet évènement est appelé lorsqu'un joueur saute.
RegisterNetEvent('onPlayerJump')
AddEventHandler('onPlayerJump', function()
-- ...
end)