parent
79af991250
commit
b044b1d81e
@ -0,0 +1,17 @@ |
||||
-- __ _ _______ _ __ |
||||
-- / / /\ | | |__ __| | | \ \ |
||||
-- / / / \ | |_ __ ___ | | ___ ___| |__ \ \ |
||||
-- < < / /\ \ | | '_ ` _ \| |/ _ \/ __| '_ \ > > |
||||
-- \ \ / ____ \| | | | | | | | __/ (__| | | | / / |
||||
-- \_\ /_/ \_\_|_| |_| |_|_|\___|\___|_| |_| /_/ |
||||
|
||||
local net = {} |
||||
|
||||
function net.RunNetworkedFunc( func, args ) |
||||
net.Start( "quantum_menu_button_net" ) -- used for menu buttons etc |
||||
net.WriteString( func ) -- don't worry! it's very secure :D |
||||
net.WriteTable( args ) |
||||
net.SendToServer() |
||||
end |
||||
|
||||
return net |
Loading…
Reference in new issue