/inventory-rpg-SAMP

Inventory for SAMP

Primary LanguagePawnGNU General Public License v3.0GPL-3.0

inventory-RPG-SAMP

Inventory for SAMP

First version

TextDraw only

Crosshair

Dependencies

Installation

Include in your code:

#include "../source/inventory/0_main.pwn"

Example

CMD:inv(playerid)
{
    PlayerInvData[playerid][pid_Theme] = 0;
    PlayerInvData[playerid][pid_Language] = 0;

    ShowInventory(playerid);
    return 1;
}