17.11.2018, 21:12
Hi guys, I would like to tell the player when his purse is full, but it is flooding and is not working properly.
Код:
for(new i = 0; i < 10; j++)
{
if(Bag[playerid][i][Slot] == 0)
{
Bag[playerid][i][Slot] = 1279;
Bag[playerid][i][Unity] = 100;
return 1;
}
else SendClientMessage(playerid, -1, "Your bag is full.");
}


