πExports
Resource Integrations guide with other resources.
White List Vehicle:
-- Client/Server {can be used in both side}
--@plate - string
--@singlewipe - true = means only whitelist for upcoming 1 wipe
--@singlewipe - false = means whitelist for all wipes untill server restart
exports.fs_carwipe:whitelistvehicle(plate, singlewipe)
--example:
exports.fs_carwipe:whitelistvehicle('Dealer', false)Wipe Cars:
-- Client/Server {can be used in both side}
--@notifypeople = true - means if you want should notify people
--@notifypeople = false - means instant wipe of cars without notify to anyone
exports.fs_carwipe:WipeCars(notifypeople)
example:
exports.fs_carwipe:WipeCars(false)Last updated