Inventory by game type Grounded for samp
TextDraw only
Include in your code:
#include "../scripts/new_inventory/0_main.pwn"
CMD:inv(playerid)
{
PlayerInv[playerid][iLanguage] = 0;
PlayerInv[playerid][iTheme] = 0;
ShowInventory(playerid);
return 1;
}