Phone
Client events that are in some way related to the phone aspects.
On 911 call
AddEventHandler('__WOSA:911_CALL', function(CallerPlayerID, coords, callInfo, serviceCalled, callID)
end)On service call
AddEventHandler('__WOSA:SERVICE_CALL', function(CallerPlayerID, coords, callInfo, serviceCalled, callID)
end)Last updated
Was this helpful?