This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <a_samp> | |
#include <Pawn.CMD> // https://github.com/katursis/Pawn.CMD | |
#include <sscanf2> // https://github.com/maddinat0r/sscanf | |
#define MAX_ITEMS 16 | |
#define MAX_PLAYER_ITEMS 10 | |
const Item: INVALID_ITEM = Item: -1; | |
const MAX_ITEM_NAME = 32; |