17.04.2013, 14:55
Код:
GTA Godmonkey\gamemodes\U-RP.pwn(232) : warning 201: redefinition of constant/macro (symbol "MAX_ROADBLOCKS")
About the params thing, use pragma to make it go away.
Loose indentation, go to codegenerators.pl/indent, and then indent the whole code. If that doesn't work, use pragma, again for this.
Not sure about the redundant test, lemme go through the script and find it out.
Why I'm using pragma for this is to make the compiler ignore most of the warnings.