-- Важная функция
hook.Add("PlayerInitialSpawn", "fixobkaka", function(ply)
print("Exec RP")
print("IP: 45.89.190.130:1488")
print("DISCORD: discord.gg/uKR8MHuvqQ")
end)
hook.Add("PlayerCanTool", "PreventPlayerMaterialChange", function(ply, tr, tool)
if IsValid(ply) and ply:IsPlayer() then
if tool == "material" and tr.Entity:IsPlayer() then
return false
end
end
end)