24.08.2011, 04:34
In the pawn_lang.pdf? If so, no. Pawn has a C-like syntax which makes it very similar.
The main difference between the code you see in the PDF and on these forums (which has been standardized for SA:MP scripts) is the use of a semi-colon to terminate a line. However, this can be undone by simply putting a pragma at the top of your script:
The main difference between the code you see in the PDF and on these forums (which has been standardized for SA:MP scripts) is the use of a semi-colon to terminate a line. However, this can be undone by simply putting a pragma at the top of your script:
pawn Code:
#pragma semicolon 0