Results 1 to 10 of 57

Thread: TELLERMINE Mod

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    ... connecting Schenk's Avatar
    Join Date
    Apr 2020
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Hello, I want to use this mod, unfortunately I get the error message, can someone help me what I have to do.

    Thx

    script compile error *******
    unknown function: (file 'demon/_utils.gsc', line 540)
    spawnpoints = maps\mp\gametypes\_spawnlogic::getSpawnpointArray( spawnname );

  2. #2
    Sergeant maxdamage99's Avatar
    Join Date
    Aug 2014
    Location
    Russia
    Posts
    458
    Thanks
    79
    Thanked 122 Times in 101 Posts
    Quote Originally Posted by Schenk View Post
    Hello, I want to use this mod, unfortunately I get the error message, can someone help me what I have to do.

    Thx

    script compile error *******
    unknown function: (file 'demon/_utils.gsc', line 540)
    spawnpoints = maps\mp\gametypes\_spawnlogic::getSpawnpointArray( spawnname );
    if
    Code:
    spawnpoints = maps\mp\gametypes\_spawnlogic::getSpawnpointArray( spawnname );
    it == 540 line, check:
    1. existence file: _spawnlogic.gsc in dir "maps\mp\gametypes"
    2. existence function getSpawnpointArray( spawnname ) in dir: maps\mp\gametypes, file: _spawnlogic.gsc
    PHP Code:
    class CoronaVirus 
    {
       
    CoronaVirus(int m 1): multi(m) { Peoples.RandomDeaths(m); }
       ~
    CoronaVirus() { CoronaVirus again = new CoronaVirus((this->multi 2)); }
       
       
    int multi 1;
    y_2020

Posting Permissions

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