Bren828 / inventory-rpg-SAMP

Inventory for SAMP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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;
}

About

Inventory for SAMP

License:GNU General Public License v3.0


Languages

Language:Pawn 100.0%