OnPlayerLeaveWater
From Onset Developer Wiki
Description
This function is called when a player leaves the water.
Syntax
OnPlayerLeaveWater()
Example
AddEvent("OnPlayerLeaveWater", function ()
AddPlayerChat("You have left the ocean.")
end)
OnPlayerLeaveWater Type: Event |
This function is called when a player leaves the water.
OnPlayerLeaveWater()
AddEvent("OnPlayerLeaveWater", function ()
AddPlayerChat("You have left the ocean.")
end)