Author Topic: Console errors  (Read 1462 times)

0 Members and 1 Guest are viewing this topic.

Offline Canne

  • Newbie
  • *
  • Posts: 41
  • Karma: -9
Console errors
« on: April 24, 2017, 08:00:20 AM »
I'm getting these errors.

 
       6. unknown - gamemodes/deathrun/gamemode/sv_round.lua:213
        7. RoundThink - gamemodes/deathrun/gamemode/sv_round.lua:232
         8. unknown - gamemodes/deathrun/gamemode/init.lua:611
 
SWEP (weapon_knife) is derived from non existant SWEP (swep_stunstick) - Expect errors!
SWEP (weapon_knife) is derived from non existant SWEP (swep_stunstick) - Expect errors!
 
[ERROR] gamemodes/deathrun/entities/weapons/weapon_knife.lua:235: attempt to call method 'SetDeploySpeed' (a nil value)
  1. unknown - gamemodes/deathrun/entities/weapons/weapon_knife.lua:235
   2. Spawn - [C]:-1
    3. SortPlayers - gamemodes/deathrun/gamemode/sv_round.lua:50
     4. unknown - gamemodes/deathrun/gamemode/sv_round.lua:92
      5. SetRound - gamemodes/deathrun/gamemode/sv_round.lua:138
       6. unknown - gamemodes/deathrun/gamemode/sv_round.lua:213
        7. RoundThink - gamemodes/deathrun/gamemode/sv_round.lua:232
         8. unknown - gamemodes/deathrun/gamemode/init.lua:611
 
SWEP (weapon_knife) is derived from non existant SWEP (swep_stunstick) - Expect errors!
SWEP (weapon_knife) is derived from non existant SWEP (swep_stunstick) - Expect errors!
 
[ERROR] gamemodes/deathrun/entities/weapons/weapon_knife.lua:235: attempt to call method 'SetDeploySpeed' (a nil value)
  1. unknown - gamemodes/deathrun/entities/weapons/weapon_knife.lua:235
   2. Spawn - [C]:-1
    3. SortPlayers - gamemodes/deathrun/gamemode/sv_round.lua:50
     4. unknown - gamemodes/deathrun/gamemode/sv_round.lua:92
      5. SetRound - gamemodes/deathrun/gamemode/sv_round.lua:138
       6. unknown - gamemodes/deathrun/gamemode/sv_round.lua:213
        7. RoundThink - gamemodes/deathrun/gamemode/sv_round.lua:232
         8. unknown - gamemodes/deathrun/gamemode/init.lua:611
 
SWEP (weapon_knife) is derived from non existant SWEP (swep_stunstick) - Expect errors!
SWEP (weapon_knife) is derived from non existant SWEP (swep_stunstick) - Expect errors!
 
[ERROR] gamemodes/deathrun/entities/weapons/weapon_knife.lua:235: attempt to call method 'SetDeploySpeed' (a nil value)
  1. unknown - gamemodes/deathrun/entities/weapons/weapon_knife.lua:235
   2. Spawn - [C]:-1
    3. SortPlayers - gamemodes/deathrun/gamemode/sv_round.lua:50
     4. unknown - gamemodes/deathrun/gamemode/sv_round.lua:92
      5. SetRound - gamemodes/deathrun/gamemode/sv_round.lua:138
       6. unknown - gamemodes/deathrun/gamemode/sv_round.lua:213
        7. RoundThink - gamemodes/deathrun/gamemode/sv_round.lua:232
         8. unknown - gamemodes/deathrun/gamemode/init.lua:611
 
CreateInstance called on a point_template that has no templates: hegranic
[psysex24|9|STEAM_0:0:168635912] Lua Error:
 
[ERROR] gamemodes/deathrun/entities/weapons/weapon_knife.lua:29: attempt to call global 'GetScriptPath' (a nil value)
  1. unknown - gamemodes/deathrun/entities/weapons/weapon_knife.lua:29
 
 
GLib.Resources : Compressing resource LuaPack/GLib took 187.26 ms (857.61 KiB to 112.66 KiB).
jamie100 suicided!
?CryWolf? suicided!
the aziaan/kiwi_plant suicided!


What can i do about it?

Offline BlueNova

  • Full Member
  • ***
  • Posts: 113
  • Karma: 13
  • The most powerful force in the universe.
Re: Console errors
« Reply #1 on: April 24, 2017, 12:11:40 PM »
Did you make any changes to the knife weapon? That seems to be what's causing your errors.