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.