29.02.2012, 21:16
Quote:
Are you just naming the include file with (filename.inc) ?? Try opening an existing include file, remove all the code in there, and paste your include script. Then 'Save As' (NOT 'SAVE'!!), and just rename it. Don't get confused by simply opening notepad and pasting your script. The easiest way to do it is by following this method.
|
1. Do the coding in pawn
2. Compile and make sure you got no errors or warning
3. Rename the pawn and put .inc at the end then it will tell do you want to change format, click yes
4. Put the .inc in your includes and go to your gamemode
5. Add that include and see if you get no warnings or errors
The reason you have to first code this in pawno because you would not know if your going to get errors and warnings