Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 213 Bytes

SetCallsign.md

File metadata and controls

10 lines (8 loc) · 213 Bytes

SetCallsign

Change the callsign on your vehicle.

local ped = PlayerPedId()
local vehicle = GetVehiclePedIsIn(ped, false)
local callsign = '000'

exports.scully_callsign:SetCallsign(vehicle, callsign)