Results 1 to 4 of 4

Thread: renamer error

  1. #1
    Private
    Join Date
    Dec 2016
    Posts
    30
    Thanks
    5
    Thanked 5 Times in 5 Posts

    renamer error

    i got this error on iznogod checkinitialname();

    i use iznogod libcod pre-compiled.

    PHP Code:
    ******* script runtime error *******
    struct is not an entity: (file 'maps/mp/gametypes/_renamer.gsc'line 12)
        
    name self get_userinfo("name");
               *
    called from:
    (
    file 'maps/mp/gametypes/_renamer.gsc'line 4)
        
    self checkinitialname(); //fix initial "Unknown Soldier" names
             
    *
    called from:
    (
    file 'maps/mp/gametypes/dm.gsc'line 46)
      
    thread maps\mp\gametypes\_renamer::playerinit();
             *
    started from:
    (
    file 'maps/mp/gametypes/dm.gsc'line 2)
    main()
    *
    ************************************
    Sys_ErrorError during initialization:
    script runtime error
    (see console for details)
    (
    file 'maps/mp/gametypes/dm.gsc'line 2)


    > [
    PLUGIN UNLOADED

  2. #2
    Private
    Join Date
    Apr 2020
    Posts
    66
    Thanks
    28
    Thanked 14 Times in 13 Posts
    It is probably a good idea to download and compile a newer version yourself.

  3. #3
    Private
    Join Date
    Dec 2016
    Posts
    30
    Thanks
    5
    Thanked 5 Times in 5 Posts
    i will try again, thanks.

    i must be doing something wrong.

  4. #4
    Sergeant maxdamage99's Avatar
    Join Date
    Aug 2014
    Location
    Russia
    Posts
    458
    Thanks
    79
    Thanked 122 Times in 101 Posts
    _renamer.gsc code?
    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
  •