21.08.2012, 12:10
Quote:
Have you read the wiki and the pawn_language documentation at all?
The errors are obvious, it tells you are using a function without declaring it, use forward. All those warnings about symbols that are never used or assigned but not used are not a big deal (they won't affect your server) however it's good practice to delete variables you don't use. Also take a look here https://sampwiki.blast.hk/wiki/Control_Structures to see what you're doing wrong (for the unintended assignment warning). |