housing
This commit is contained in:
parent
6d90da2841
commit
b71b47a9fb
169 changed files with 12687 additions and 2932 deletions
14
resources/[housing]/bob74_ipl/gtav/graffitis.lua
Normal file
14
resources/[housing]/bob74_ipl/gtav/graffitis.lua
Normal file
|
@ -0,0 +1,14 @@
|
|||
exports('GetGraffitisObject', function()
|
||||
return Graffitis
|
||||
end)
|
||||
|
||||
Graffitis = {
|
||||
ipl = {
|
||||
"ch3_rd2_bishopschickengraffiti", -- 1861.28, 2402.11, 58.53
|
||||
"cs5_04_mazebillboardgraffiti", -- 2697.32, 3162.18, 58.1
|
||||
"cs5_roads_ronoilgraffiti" -- 2119.12, 3058.21, 53.25
|
||||
},
|
||||
Enable = function(state)
|
||||
EnableIpl(Graffitis.ipl, state)
|
||||
end
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue