06.07.2012, 01:25
Find OnPlayerEnterRaceCheckpoint in your script, and remove it. If it clashes with your script and is really needed for it, try adding it to the JunkBuster.inc file. Example: I have new string[256]; above OnGameModeInit, but I put another new string[18]; in another function like OnPlayerSpawn. That is why this error is happening. Find your "mod" line and delete one of them, or make it global.