Steal Signs Config
StealSignsConfig = {}
StealSignsConfig.Enabled = true -- If you want this module disabled set to false
StealSignsConfig.OnlyCarryOneSign = false -- If true, the player can only carry one sign at a time
StealSignsConfig.StealSignWitnessChance = 50 -- The chance for a witness to witness the crime
StealSignsConfig.SignsModels = { -- ModelHash | ItemName
[1502931467] = {
item = "ped_sign",
},
[-1651641860] = {
item = "turn_left_sign",
},
[-156356737] = {
item = "no_u_turn_sign",
},
[793482617] = {
item = "turn_right_sign",
},
[-949234773] = {
item = "stop_sign",
},
[-639994124] = {
item = "yield_sign",
},
[-463994753] = {
item = "no_parking_sign",
},
[1021214550] = {
item = "no_trespassing_sign",
},
}
Last updated