all
This commit is contained in:
parent
b3be5bbddd
commit
4a0eae647e
134 changed files with 0 additions and 0 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