Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 563 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 563 Bytes

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