Phone signal

Welcome to Phone signal

Quasar Smartphone has an advanced signal system, which will allow us to block certain applications when it comes to being in an area without a signal.

You can remove this option with Config.Signal.

-- You can check signal in clien-side using: exports['qs-smartphone']:CheckSignal()
Config.Signal = true       -- If you want to enable this system, use true.
Config.visibleZone = false -- Leave this false whenever you are going to use the server, it is only for zone testing.

Dead zones will be configured within config.lua thanks to PolyZone, the mandatory dependency of qs-smartphone.

Export

If you want to use an export where you want to get the signal from the player you can use the following export

exports['qs-smartphone']:CheckSignal()

Last updated