Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(!CLIENT) then return end
- MATERIAL_REPLACES = {
- {"/GB_PRETBEK_GUNS2", "new texture"},
- {"maps/rp_anatolia/glass/offwndwb_-679_-190_128", "new texture"},
- {"/GB_PRETBEK_BIMLOGO", "new texture"},
- {"/GB_PRETBEK_KEBABLOGO", "new texture"},
- {"/GB_PRETBEK_KEBABLOGO2", "new texture"},
- }
- timer.Create("timer_replace_textures1", 1, 0, function()
- for k,v in pairs(MATERIAL_REPLACES) do
- if(v) then
- Material(v[1]):SetTexture("$basetexture",Material(v[2]):GetTexture("$basetexture"))
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment