Page 1 of 1

PostNukeRP - r125 Max Zombie Exploit Fix

PostPosted: Sun Jul 06, 2014 12:30 pm
by eldarstorm
If you are using PostNukeRP you will want to patch this.
If you have modified the code and just need to know were the fix is, it is located in
\PostNukeRP\Gamemode\base\player_functions.lua

Chunk of code to remove is
Code: Select all
function GM.set_Zombies(ply, command, arg)
   RunConsoleCommand( "pnrp_MaxZombies", arg[1] )

   return GetConVarNumber("pnrp_MaxZombies")
end
concommand.Add( "pnrp_SetZombies", GM.set_Zombies )



Thankfully someone finally reported this exploit to us. Seems many have known about this and have been coming onto the Official Server and have been using it to crash the server.

There is alot more I would like to say on this, but am rather pissed by the fact that others have known about this and have patched it without letting us know by reporting the bug on these forums.
We created this gamemode for free with our own personal time.

If you know of a exploit or bug, please post and let us know.