Hey!
I was wondering if someone could code me something so the ulx rank "VIP" can make a vote space round(low gravity), and small round(everyone is small) or a large round.
the vips would have to wait 5 minutes after each command. Here are the codes for super small, and large from _Undifined's point shop
Small:
[LUA]function ITEM:OnEquip(ply, modifications)
ply:SetModelScale(0.5, 1)
end
function ITEM:OnHolster(ply)
ply:SetModelScale(1, 1)
end[/LUA]
Large:
[LUA]function ITEM:OnEquip(ply, modifications)
ply:SetModelScale(2, 1)
end
function ITEM:OnHolster(ply)
ply:SetModelScale(1, 1)
end[/LUA]
and im pretty sure low gravity is just "sv_gravity 250"
Bump
Sorry, you need to Log In to post a reply to this thread.