This commit is contained in:
2026-07-07 21:08:52 +02:00
commit 4c20cfc716
2613 changed files with 318021 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
}