Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/02/13 in all areas

  1. Petbark

    Exit Level executed

    I am sure you noticed you have 2 d26's and on d23 you point to d45 also d25 points to d25
    2 points
  2. In shrubbot.cfg [command] command = spec exec = putteam [i] s; specplayer [i] "[1?]" desc = spec any player syntax = [name] levels = 0 1 2 3 4 5 In Lua: function et_ConsoleCommand(command) if et.trap_Argv(0) == "specplayer" then if et.trap_Argc() == 3 then local clientNum = et.trap_Argv(1) local targetClientNum = et.ClientNumberFromString(et.trap_Argv(2)) et.gentity_set(clientNum, "sess.spectatorState", 2) et.gentity_set(clientNum, "sess.spectatorClient", targetClientNum) end return 1 end return 0 end Notice that the Lua hook is now ConsoleCommand and not ClientCommand.
    1 point
  3. BECK

    engineer annoucements

    +1 for this request, I'm always in favor of giving more recognition to people who perform objectives. There is already the revive notifications, so I suppose this could be somewhat similar to those?
    1 point
×
×
  • Create New...