And... i need the ant-cheat @freeze ID or @freezeall...
i try making but i don't know
Scripts
Who have that script.
Who have that script.
addhook("say","a")
function a(id,t)
	if t:sub(1,5) == "!usgn" then
		local target = tonumber(t:sub(7,8))
		msg2(id,"..player(target,"name").." uses "..player(target,"usgn").." USGN ID")
	end
end
Rainoth:
Yashukiller:
MalokE:


GeoB99:
Mora
MalokE has written
Rainoth:
addhook("say","a")
function a(id,t)
if t:sub(1,5) == "!usgn" then
local target = tonumber(t:sub(7,8))
msg2(id,"USGN ID of "..player(target,"name").." is #"..player(target,"usgn"))
end
end
The Gajos:
MalokE: Are you talking about speedmod or mute at chat?
The Gajos:
The Gajos,
MalokE: I don't get it. He posted the same script I did but with a bit different message. How does that suddenly fit you
?
MalokE: So, the hackers will be forced to reactive speedhack if you use !freezeall.addhook("say","a")
function a(id,t)
if t:sub(1,5) == "!usgn" then
local target = tonumber(t:sub(7,8))
msg2(id,"USGN ID of "..player(target,"name").." is #"..player(target,"usgn"))
	elseif t:sub(1,10) == "!freezeall" then
		for i = 1,32 do
			if player(i,'exists') then
				if i ~= id then
					parse('speedmod '..i..' -100')
				end
			end
		end
	elseif t:sub(1,12) == "!unfreezeall" then
		for i = 1,32 do
			if player(i,'exists') then
				parse('speedmod '..i..' 0')
			end
		end
	end
end
Rainoth: I feel sorry for words to retarded morons.
The Gajos:
MalokE: I don't understand what you want to have in this command. What does it have to do?
The Gajos: