Results 1 to 10 of 57

Thread: TELLERMINE Mod

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Private First Class G-Stuff002's Avatar
    Join Date
    Jan 2018
    Posts
    212
    Thanks
    42
    Thanked 109 Times in 107 Posts
    I do not understand the landmines responsible for the function of tellermine.. zzz_tellermine2.iwd but then it does not work, everything is messed up

    made the whole bunch and get an error 'unknow function'
    Last edited by G-Stuff002; 10th March 2018 at 08:36.

  2. #2
    Brigadier General
    Join Date
    Oct 2012
    Posts
    994
    Thanks
    20
    Thanked 588 Times in 388 Posts
    Quote Originally Posted by G-Stuff002 View Post
    I do not understand the landmines responsible for the function of tellermine.. zzz_tellermine2.iwd but then it does not work, everything is messed up

    made the whole bunch and get an error 'unknow function'
    I don't have time this weekend to do any modding (it's a time for family and the Lord), but you would be better off finding worm's Power Server mod, and taking his landmine code out, than trying to do a stand-alone version of my landmine code.

    Also, when modding, enable error logging on your server:

    Code:
     set logfile 2
    This will produce a log file named console_mp.log. Open it with a text editor, and look for the error. It will tell you which file is causing the error, and more specifically, which line in the file. You can then take measures to fix it.

    Also, get a good programmers editor, so you can open a file and jump to a specific line. I have used the free programmers notepad for over 15 years. Just open the file, and press "G" on the keyboard. Then, type in the line number and hit enter. You will jump straight to the place causing the error.

Posting Permissions

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