Ok so im sorry if i didnt put this is the right forum but i need some help with net.start ok so
Im right now trying to add a net.start to a DButton can someone please help me
thx
Can you be more specific? Show code excerpts that you've tried?
local wd = vgui.Create( "DButton", panel1 )
wd:SetText("Watch Dog PH")
wd:SetSize(100,28)
wd:SetPos(30,30)
wd.DoClick = function()
net.Start('start_wd_emp') net.SendToServer()
end
That looks fine; post the code you're doing serverside with that net message.
Its a exploit
not server side
The point of running a net message clientside is to send data to the server. What do you want to happen when the player presses the button?
oh like with the watch dogs phone to be able to access all the keypads from along radius
Sorry, you need to Log In to post a reply to this thread.