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