Inv System help
#5

pawn Код:
Inventory[playerid][Gold] = 1; //It will set to one.
Inventory[playerid][Gold]++; //Will increase with the current value, +1.
Inventory[playerid][Gold]--; //Same as above, but reduces -1.
Inventory[playerid][Gold] += 5; //Adds +5 to the current value.
Inventory[playerid][Gold] -= 5; //Reduces -5 to the current value.
Reply


Messages In This Thread
Inv System help - by Avi Raj - 27.04.2013, 09:29
Re: Inv System help - by verlaj - 27.04.2013, 09:54
Re: Inv System help - by Lordzy - 27.04.2013, 10:31
Re: Inv System help - by Avi Raj - 27.04.2013, 12:21
Re: Inv System help - by Lordzy - 27.04.2013, 12:49
Re: Inv System help - by Avi Raj - 27.04.2013, 14:06

Forum Jump:


Users browsing this thread: 1 Guest(s)