1
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
lol i show you what it looks like in the luas
zs_options.luaCode: [Select]-- Set this to true if you want your admins to be able to use the 'noclip' concommand.
-- If they already have rcon then it's pointless to set this to false.
ALLOW_ADMIN_NOCLIP = true
-- Put your unoriginal, Rob Zombie and Metallica music here.
LASTHUMANSOUND = "lasthuman.mp3"
-- In seconds, the length of the above file. It's important to have this correct or you may get delayed or overlapping music.
LASTHUMANSOUNDLENGTH = 120
-- Sound to play for ambient Un-Life music. Depricated as of v2.0
UNLIFESOUND = "unlife1.mp3"
UNLIFESOUNDLENGTH = 210
-- Sound played to a person when they lose the game.
ALLLOSESOUND = "lose_test.mp3"
-- Sound played to a person when they win the game.
HUMANWINSOUND = "humanwin.mp3"
-- Sound played to a person when they die as a human.
DEATHSOUND = "music/stingers/HL1_stinger_song28.mp3"
-- Turn off/on the redeeming system. If you want a really unforgiving environment then you can turn this off.
REDEEM = true
-- Human kills needed for a zombie player to redeem (resurrect). Do not set this to 0. If you want to turn this
-- system off, set AUTOREDEEM to false.
REDEEM_KILLS = 4
-- Players don't have a choice if they want to redeem or not. Setting to false makes them press F2.
AUTOREDEEM = true
it is server-side like krasher said
Ok so any1 willing to share account with all us sad pirate people, post here. I promise not to steal coz there is no point. Any1 who agrees to just download(no comments, no acc details/password changing) say "I agree"
well so far rubens anticheat has got about every hacker including seth
He didnt get phished
lolwut, who can really be bothered to make a lua to tell ya whos haaxing
local names = {}
for k , v in ipairs(player.GetAll()) do
table.insert(names , {v , v:Nick()})
end
function table.HasMember(tbl , val) -- table.HasValue only works on tables with singular indexes
for k ,v in ipairs(tbl) do
for a , b in ipairs(v) do
if val == b then
return true
end
end
if v == val then
return true
end
end
end
local function CheckNames(p , c , a)
for k , v in ipairs(player.GetAll()) do
if not table.HasMember(names , v) then
table.insert(names , {v , v:Nick()})
end
for a , b in pairs(names) do
if b[1] == v then
if b[2] != v:Nick() then
print(v:SteamID().. " is using a name changer")
end
end
end
end
end
concommand.Add("check_names" , CheckNames)
im:.sf|SMasters9106
im not surprised if you don't know me from the forums, im mostly on the zs server or wire
(I started playing RND about a year and a half ago)