This commit is contained in:
Nordi98 2025-06-10 20:01:53 +02:00
parent b3be5bbddd
commit 4a0eae647e
134 changed files with 0 additions and 0 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
}