Jump to content

BettyBoop

Subscriber
  • Posts

    140
  • Joined

  • Last visited

  • Days Won

    5

Reputation Activity

  1. Like
    BettyBoop reacted to Topcat in Silent mod (a few problems)   
    No I dont want unlimited ammo I just want so that every player who wishes can chose rifflenade gun as weapon right now there is only 3 slots available for rifflenade gun
  2. Like
    BettyBoop reacted to Topcat in Silent mod (a few problems)   
    One last question, is it possible to make settings so that teammates dont trigger engies land mines ?
  3. Like
    BettyBoop reacted to Aciz in Silent mod (a few problems)   
    It's documented on wiki...
     
     
    g_friendlyFireOptsDescription:
    Allows greater control over friendly fire events.
    Type: bitmask
    Parameters:
    1 Landmines ALWAYS damage teammates regardless of g_friendlyfire setting
    2 Allow 'grenade boosting' when friendly fire is off
    4 Non-engineer players do not trigger landmines on their own team
    8 Players do not trigger trip mines on their own team
    16 Tripmines ALWAYS damage teammates regardless of g_friendlyfire setting
    32 Only engineer that planted the landmine can trigger/defuse it (concerns team landmines only). This flag requires that the flag 4 is set.
    Default: 0
  4. Like
    BettyBoop reacted to Topcat in Silent mod (a few problems)   
    Yes I saw that already but it says: Non-engineer players do not trigger landmines on their own team
     
    That is the problem on our server, I still trigger them, even when I am not an engineer
     
  5. Like
    BettyBoop reacted to hellreturn in Silent mod (a few problems)   
    Then Beth hasn't set the cvar correctly. 
    g_friendlyFireOpts 12 I asked Jose to fix it directly for Beth. Give it a try now.
  6. Like
    BettyBoop reacted to Topcat in Silent mod (a few problems)   
    Thx a lot it works now, the mines are fixed
  7. Like
    BettyBoop reacted to hellreturn in silEnT mod release 0.8.2   
    It's just someone trying to do fake player DoS on your server. Unless 5 legit players playing from same house on your server.
  8. Like
    BettyBoop reacted to hellreturn in silEnT mod release 0.8.2   
    Please send us undetected cheat using this: 
     
    http://mygamingtalk.com/forums/contactus/
     
    AC always get updated but we have never given any public statement before on what gets updated and will never do so further down the road. We do have some nice features planed down the road.
  9. Like
    BettyBoop reacted to gaoesa in chatlog.log   
    Set this:
     
    set lua_allowedModules "chat.lua rename.lua"
     
    to this:
     
    set lua_allowedModules ""
     
    This is common misunderstanding with Lua configurations. The allowed modules is an option which allows adding SHA1 signatures of loaded modules. I.e. it checs that the modules are proper. But if you don't have the signatures, then this can be left empty and all modules are loaded.
  10. Like
    BettyBoop reacted to TheSilencerPL in private messages   
    Check if you don't have the "/" flag set:
    http://mygamingtalk.com/wiki/index.php/Silent_Shrubbot#List_of_Permission_Flags
  11. Like
    BettyBoop reacted to clan DIABOLIK in BACKUPS   
    Thanks a lot @all for your support, nice from you  
     
     
    I'm afraid it is the case, they just propose to make a new command for another VPS, I learn here the term 'foolish' ...
    This stupid company is: http://qualityserv.fr/   I remember when I was at http://dediserverhosting.com/ it was zero problem !
     
     
    I found the courage, now I tune a @home server  to get the same settings as the original one, g_mode+g_weapons+g_misc make 90% of the server; cool !
    In few days, a good BACKUP   and will upload on another VPS
     
    Bye all !
  12. Like
    BettyBoop reacted to gaoesa in installation new settings problems   
    You might have fast shooting enabled. The g_weapons flag 16384.
     
    http://mygamingtalk.com/wiki/index.php/Silent_Mod_Server_Cvar#g_weapons
  13. Like
    BettyBoop reacted to Dookie in installation new settings problems   
    yeah, gaoesa is awesome!
  14. Like
    BettyBoop reacted to gaoesa in XPsave forever ?   
    That is indeed how it should be done. Execing the map cycle last.
  15. Like
    BettyBoop got a reaction from jaszpol in ET 3.0.0   
    here i think
  16. Like
    BettyBoop reacted to Dragonji in hello   
    sv_protocolcheck "1"
  17. Like
    BettyBoop reacted to Sol in chat   
    Here you are, this is my simple script which I use it on my server.

    logname = "chatlog.log" function et_ClientCommand( num, cmd ) if cmd == "say" or cmd == "say_team" or cmd == "say_buddy" then if et.trap_Argc() > 1 then local msg = "" local name = et.Q_CleanStr(et.gentity_get(num, "pers.netname")) for i = 1, et.trap_Argc() - 1 do msg = string.format("%s %s", msg, et.Q_CleanStr(et.trap_Argv( i ))) end WriteToFile(logname, string.format("[%s]-[%s]: %s\n", os.date(), name, msg )) else local name = et.Q_CleanStr(et.gentity_get(num, "pers.netname")) local msg = string.format("[%s]-[%s]: %s\n", os.date(), name, et.Q_CleanStr(et.trap_Argv(1))) WriteToFile(logname, msg) end end end function WriteToFile( filename, str ) fd, len = et.trap_FS_FOpenFile( filename, et.FS_APPEND ) et.trap_FS_Write( str, string.len(str), fd ) et.trap_FS_FCloseFile( fd ) end
  18. Like
    BettyBoop reacted to Dookie in vote problems   
    when you use this line, set g_unevenTeamDiff 1
    you must also have set g_teamforcebalance 1 enabled...
  19. Like
    BettyBoop reacted to gaoesa in silent next release   
    If you set g_teamForceBalance or g_unevenTeamDiff to 0 it will not be displayed anymore.
  20. Like
    BettyBoop reacted to TheSilencerPL in silent next release   
    Probably today, stay tuned
×
×
  • Create New...