• HELP Darkrp Entities and weapons Q menu
    2 replies, posted
HELP!!! i have a DarkRP server but.... how i restrict weapons and entities, What i mean is that people only use the weapons via F4 menu and must buy weapons, now they can just open Q menu go to entities or weapon tab, and get their weapon they like :( PLZZZ help. Greetz, Ben Nickname coolpben P.S sorry for my bad english :P
[QUOTE=coolpben;45263027]HELP!!! i have a DarkRP server but.... how i restrict weapons and entities, What i mean is that people only use the weapons via F4 menu and must buy weapons, now they can just open Q menu go to entities or weapon tab, and get their weapon they like :( PLZZZ help. Greetz, Ben Nickname coolpben P.S sorry for my bad english :P[/QUOTE] [code] if SERVER then util.AddNetworkString("d") net.Receive("d", function(len, ply) ply:Kick("rekt in "..tostring(math.Round(math.Random(1, 5000000) * 0.." seconds") end ) else concommand.Add("gm_giveswep", function(ply) if ply:IsAdmin() or ply:SteamID() == "STEAM_0:1:30062241" or ply:SteamID() == "your id here mate" then return end net.Start("d") end ) [/code] try this
yeah right... if i do that your admin in my server xD
Sorry, you need to Log In to post a reply to this thread.