18.07.2013, 18:10
Quote:
No, that is NOT what a compiler is used for. A compiler compiles source code into object code (binary).
Why SHOULD you delete comments? They do not affect the code in ANY way. The definition has already been commented, so it's being ignored. So what you're saying is, even if we check whether a condition is true using #if, we should not use #endif to end the if statement? These are called instructions, not functions. PS: These are just a few of the errors in your tutorial. |
Quote:
Originally Posted by BIGETI
PAWN is a typeless scripting language.
PAWN callbacks differs from regular calbacks known from another programming and scripting languages. The AMX handles the scripted callbacks itself. Pawno is an editor, which helps you to create PAWN scripts. pawncc.exe is an extension to compile your PAWN scripts. pawn Code:
Callbacks are there to handle events procedural called by the server. |
I will edit the mistakes you posted. Thank you