Jump to content

Search the Community

Showing results for tags 'et lua kspree'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Gamers Lounge
    • Announcements
    • General Discussion
  • Area 51 - Development Zone
    • silEnT Mod - Enemy Territory
    • LESM - Lua Enhanced Server Mod
    • Omnibot - Development, Discussion & Support
    • Enemy Territory Modding
  • Guides, Reviews & Support
    • A Collection of Essential Guides
    • Mod and Software Downloads
    • Game Server Hosting, Support and Reviews
    • Web Hosting, Development & Reviews
  • Help & Discussion Center
    • OS Customization, Discussion and Support
    • PC, Console & Mobile Gaming
    • Programming (C#, C++, JAVA, VB, .NET etc.)
  • Advertising Forums
    • Clans / Guilds and Gaming Communities
    • Game Server and Voice Server Offers

Categories

  • Enemy Territory
    • Software
    • Mods
    • LUA
    • Maps
    • Map Scripts
    • Soundack
  • Call of Duty 4
    • Mods

Categories

  • News
    • PC Gaming
    • Console Gaming
    • World
    • Entertainment
    • Science
    • Technology
    • Software

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. Hi, I just started a etded-server hobby instance based on silent and tried to get the kspree.lua from http://mygamingtalk.com/forums/files/download/22-kspree/ to run. The startup looks okay and I can stat the module with "/lua_status" in game. But the killing sprees won't get announced. Instead the server.log shows me following error. 6:21 Lua API: et_Obituary error running lua script: [string "kspree.lua"]:430: tried to get invalid gentity field "sess.sessionTeam" 7:45 Lua API: et_Obituary error running lua script: [string "kspree.lua"]:430: tried to get invalid gentity field "sess.sessionTeam" The suspicious lines in the kspree.lua 427 function et_Obituary(victim, killer, mod) 428 if gamestate == 0 then 429 local v_teamid = et.gentity_get(victim, "sess.sessionTeam") 430 local k_teamid = et.gentity_get(killer, "sess.sessionTeam") 431 local weapon = et.gentity_get(victim, "s.weapon") Now it doesn't really make sense that the code does work for the victim but not for the killer. So I guess the errors are not immediately related to the script.. But that's just my guess and I am bit puzzled on this one. Any ideas suggestions? Regards, metrizzle P.S. try it on ethorst.de.vu
×
×
  • Create New...