Skip to content

Bren828/inventory-SAMP

Repository files navigation

inventory-SAMP

Inventory by game type Grounded for samp

Second version

TextDraw only

Crosshair

Dependencies

Installation

Include in your code:

#include "../scripts/new_inventory/0_main.pwn"

Example

CMD:inv(playerid)
{
    PlayerInv[playerid][iLanguage] = 0;
    PlayerInv[playerid][iTheme] = 0;

    ShowInventory(playerid);
    return 1;
}