This commit is contained in:
Nordi98 2025-06-10 17:37:12 +02:00
parent 6d90da2841
commit b71b47a9fb
169 changed files with 12687 additions and 2932 deletions

View 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
}