26.07.2011, 00:58
When i add two things together it goes wrong:
ok so lets say PlayerInfo[playerid][bankdeposit] holds the value of 1
and Strval(inputtext) holds the value of 4
when i do the doe i have done it always equals inputtext which is 4 what am i doing wrong
Код:
PlayerInfo[playerid][bankdeposit] += strval(inputtext)
and Strval(inputtext) holds the value of 4
when i do the doe i have done it always equals inputtext which is 4 what am i doing wrong