Jump to content

tapir76

Subscriber
  • Posts

    34
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by tapir76

  1. hello

    I need help
    how to put expand this script to be able to use this command to enable or disable something

    I mean to use the command " blabla on" " blabla off"

     

     

     

     

     

    use_cmd = 1

             

      

    function et_ClientCommand(clientNum, command)

            

             command = string.lower(command)

       if (command == "blabla")

      and (use_cmd == 1) then

       for i=1,1 do

             et.trap_SendConsoleCommand(et.EXEC_APPEND, "chat \"^...............     \n")

       end

      return 1

     

    end

    end

  2. Hey thanks! Works, but only up to lvl 2,  when i reach over xp 15, and die, it doesnt promote me to lvl 3, it stays on 2. Any ideas?

     

     

     

    does not promote at level 4. you do not have a defined lvl4 and lvl 5

     

    lvl1xp = 1  -- XP needed for level 1
    lvl2xp = 5 -- XP needed for level 2
    lvl3xp = 15 -- XP needed for level 3
    lvl4xp ="???"
    lvl5xp =" ???"
  3. set g_clientBinaries 6

    set g_cheatLog "cheat.log"

     

    Server creates the file but do not save it.Unauthorized binaries are normally reported to chat.

     

    0.6.3 to work properly

  4. silent 0.6.1
    set shoutcastPassword "xxxxxx"
    I can not log on to soutcaster
    info
    "sorry shoutcaster disable status on this server"
    Do I need to set something else?
    How to correctly sign?

  5. Yes. server is active ... 0-5 players.Does it have a relationship with number of players? File can write but can not read from the main chat

  6. hello
    What could be the reason that the server does not save logs between the hours of 24 pm and 10 am?

    my settings

    set G_log "server.log"
    set g_cheatLog "cheat.log"
    set logfile 0
    set g_logOptions 2837
    set g_logAdmin "admin.log"
    set g_logsync 0

    Or do you look elsewhere?

×
×
  • Create New...