Quote:
Originally Posted by Su37Erich
I removed the base filterscript and created the empty gamemode and it worked great!
Thank you for the support!
One more question, why the following code has errors?
It says: non-static method cannot be referenced from a static conext.
|
Well you're probably calling showMapIcons method from a static one. Basically, you can only call non-static methods on an instance of an object.