18.06.2012, 22:47
Quote:
The errors are pretty self explanatory..
Number of arguments do not match: let's say you have a function that needs 2 arguments (somefunction(argument1, argument2)) and you only enter argument one then you have one less then needed. Number doesn't match. Array must be indexed: tmp[index] And for the others. Just look at the line and find the mistake in the wiki or something. I'm not going to your whole gamemodes for you |