Results 1 to 2 of 2

Thread: [Cod4]Gametype error

  1. #1
    Private
    Join Date
    Nov 2016
    Posts
    15
    Thanks
    0
    Thanked 4 Times in 4 Posts

    [Cod4]Gametype error

    Hello everybody this my problem I add demon mod team Attack gametype to openwarfare and this script error message bet:


    https://pastebin.com/JnBE3BsK

    and this is repeated.
    Thanks in advance for anyone who can help!

    Only Team attack gametype error

  2. #2
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    This is exactly what modding is about: finding these bugs and fixing them yourself.

    As a slight hint towards where to find the solution to this: it seems your mod (or the default script - its almost 2k lines long, so who knows) does not update the level.spawnpoints array when spawnpoints get deleted. As a quick and dirty fix you could add a if(!isdefined(spawnpoint)) continue; right after spawnpoint = level.spawnPoints[spawnpointindex];
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •