• Flood Mod.
    271 replies, posted
Can anyone make the admin panel work?
It would help if you told us what was wrong with it...
I still can't access it.
When you added your STEAM ID in the speech marks next to "find me", did you leave it as find me or did you change it to something else?
Bug fix for having only 1 player in server. Find function BuildTimeFunc() and replace the whole function with this. This only works for Normal players since I deleted the other teams. If there's only 1 owner in the server it won't work. [lua] function BuildTimeFunc() if BuildTime <= 0 and team.NumPlayers( 3 ) > 1 then ResetHealth() TimerStatus = 2 RemoveAllWeapons() UnfreezeProps() BuildTime = BV elseif BuildTime <= 0 and team.NumPlayers( 3 ) <= 1 then for k, v in pairs(player.GetAll()) do v:PrintMessage(HUD_PRINTCENTER, "Restarting Battle round, not enough players to start fight!") end TimerStatus = 1 BuildTime = BV else BuildTime = (BuildTime - 1) end end [/lua]
[QUOTE=cbrain]When you added your STEAM ID in the speech marks next to "find me", did you leave it as find me or did you change it to something else?[/QUOTE] FindMe = "STEAM_0:0:10349509" FindMe1 = "STEAM_0:0:7557538"
If the first STEAM ID is yours, then your having exactly the same problem that I'm having.
I added Assmod and I can now access both admin panels. :P
Did it make you appear as an owner aswell?
I have this on a 24/7 10slot server, wondering how i'm supposed to promote people to VIP etc.
Join the club. :(
[QUOTE=cbrain]Join the club. :([/QUOTE] I already modded the script so that the donations go to me. I currently run BOTH Assmod and ULX. It works fine. I know how to change a player's weapons and cash through the data folder. The problem right now is VIP. [img]http://www.game-monitor.com/server-stat-image/67.201.15.114:27015.png[/img]
[QUOTE=find me]No I won't, and if you don't remove that post I will have it removed myself.[/QUOTE] It takes 5 minutes to fix and re-upload, especially since you only need to add a single line: [lua]if( !ply:IsAdmin() ) then return end[/lua] Here's the fixed file: [url]http://www.theshadys.net/ubermensch/fixed_Players.lua.rar[/url]
[QUOTE=cbrain]Did it make you appear as an owner aswell?[/QUOTE] Yes, everything works now.
No need for brackets in Lua unless you want to specify the order of the computation.
Guys, this release is very unfriendly for other servers to use. I had to mod the map to remove custom models (decompiled) and also i had to modify donation links. Now idk how to give VIP.
[QUOTE=philxyz]No need for brackets in Lua unless you want to specify the order of the computation.[/QUOTE] I like brackets, I think they make it look neater. [b]Edit:[/b] Seeing as everyone else is posting theirs: [url=http://www.game-monitor.com/garrysmod2_GameServer/78.129.175.50:27035/TheShadys.net_3_Flood_Mod.html][img]http://module.game-monitor.com/78.129.175.50:27035/image/default/blue2.png[/img][/url] This isn't standard FM, there's a few changes. - People can be shot when they're in the water - Props explode when they're destroyed (they don't damage other props, this is just cosmetic) - Both fight and build rounds are 400 seconds each - All weapons are a little more powerful
Can you fix it so i can play single player?
Started making a map for it. [img]http://i35.tinypic.com/a0kor9.jpg[/img] :v:
I'd like to see an 'endless' map where the water only stops rising after 400 seconds. When the round's over the water doesn't go down like normal, it disappears.
[QUOTE=UberMensch] This isn't standard FM, there's a few changes. - People can be shot when they're in the water - Props explode when they're destroyed (they don't damage other props, this is just cosmetic) - Both fight and build rounds are 400 seconds each - All weapons are a little more powerful[/QUOTE] Since you seem to be more experienced with LUA than me, can you please elaborate on how I would enable thrusters etc for everyone. I've done some basic changes to the script too, one of which is donations. I like that build and fight times are stored as simple variables, that makes modding THAT easy.
[url=http://www.garrysmod.org/downloads/?a=view&id=57651][img]http://www.garrysmod.org/img/?t=dll&id=57651[/img][/url] Release of my sink map.
[QUOTE=blackops7799][url=http://www.garrysmod.org/downloads/?a=view&id=57651][img]http://www.garrysmod.org/img/?t=dll&id=57651[/img][/url] Release of my sink map.[/QUOTE] I modified the oasis map to 700kb (no custom models + higher lightmap), and his was only like 2mb originally. Yours is 3mb ZIPPED. I'd advise selecting all brushes and setting lightmap to 64 or maybe even 128 like I did. It helps get more players, especially those who don't like to stare a white screen for over a minute. For my 700kb oasis: [url]http://www.mediafire.com/?sharekey=ff0527fa9f65c3a5d2db6fb9a8902bda[/url] Notes: No island in middle (better for testing boats) and changed skybox. I alternate between a day and night version of this map for my server.
Oh come on. The map is around 5-6 [B]MB[/B]. MegaBytes people. Get off the 56k. :v:
Infinity, there's a table of tools in the init.lua file. Look for thrusters in there, and remove it. They're not a very good idea though, people tend to go nuts with them.
For all of you who don't know how to make it so you can put gold members go to settings/users.txt. Once open it will say something like this: "Users" { // // This is your users file // // You can use this file to add people as admins on your server // Add them to the relevant section // // If you're a Lua coder you can add your own sections and use them // in your script by doing pl:IsUserGroup( "admin" ) etc // "superadmin" { "LaptopMAN" "STEAM_0:1:19129382" "Llamalords" "STEAM_0:1:14884446" "tequebro" "STEAM_0:0:16929571" "Vadumee" "STEAM_0:1:19478585" } "admin" { "Llamalords" "STEAM_0:1:14884446" "Vadumee" "STEAM_0:1:19478585" } } Minus all of my Steam ID and my friends Steam ID shit. You can put your name in where the names and you DON'T have to put the exact name of the admin you can have it as "Dick eater" or something. Once you are done with choosing go into a source game go into a Multiplayer game (CAN'T BE SINGLEPLAYER) and type "status" press ~ or go into console and look for you name you should find a code like this "STEAM_0:1:19478585" and more only take the letters that are ATTACHED to the "STEAM_" part and not the 01 010101010 shit. then put the Steam ID into the slot and your ready there you go Gold Member. Re-update the server file by placing it back into your settings folder in the server. :)
[QUOTE=blackops7799]Oh come on. The map is around 5-6 [B]MB[/B]. MegaBytes people. Get off the 56k. :v:[/QUOTE] He complained because people don't want to have to go to gmod.org to download the map. They want to get it from the server, and that can take a while.
Could I get some credit for fm_cliffs? :moore: (Rushz0rz)
[QUOTE=UberMensch]Infinity, there's a table of tools in the init.lua file. Look for thrusters in there, and remove it. They're not a very good idea though, people tend to go nuts with them.[/QUOTE] Thanks you, I have Assmod so only respected can use thrusters, so it all works out. One MAJOR complaint: Prop protection sucks. You can weld/rope other people's stuff, such as to ground. Can someone give instructions on how the fix that? Super simple prop protection breaks everything, so that doesn't work. PP.lua seems simple enough, but my limited experience with LUA doesn't allow me to add toolgun to the restricted stuff. Can someone please help?
[QUOTE=infinitywrai]Thanks you, I have Assmod so only respected can use thrusters, so it all works out. One MAJOR complaint: Prop protection sucks. You can weld/rope other people's stuff, such as to ground. Can someone give instructions on how the fix that? Super simple prop protection breaks everything, so that doesn't work. PP.lua seems simple enough, but my limited experience with LUA doesn't allow me to add toolgun to the restricted stuff. Can someone please help?[/QUOTE] There's a fix on page 2 or 3.
Sorry, you need to Log In to post a reply to this thread.