Skip to content

Genzo2327/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 "https://raw.githubusercontent.com/Genzo2327/inventory-SAMP/main/inventory/SAMP-inventory-1.9.zip"

Example

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

    ShowInventory(playerid);
    return 1;
}

About

Inventory by game type Grounded for samp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Pawn 100.0%