31.03.2017, 23:30
It means exactly as it's saying... tmp, line, p3 and ignore are already defined, and when the includes are being included they're finding them there.
Should change those variables to something more meaningful, and change all references to them inside the functions (in your gamemode) they are used in.
Nested comment is a bad error as it means your comments are being used incorrectly.
Are you trying to make a modular script? In which case, all of these errors could be from including includes again, when you only need to include them once.
You shouldn't need to reinclude the includes on each module.
Should change those variables to something more meaningful, and change all references to them inside the functions (in your gamemode) they are used in.
Nested comment is a bad error as it means your comments are being used incorrectly.
Are you trying to make a modular script? In which case, all of these errors could be from including includes again, when you only need to include them once.
You shouldn't need to reinclude the includes on each module.