09.01.2013, 10:41
Quote:
The table has the value 3000 an int, i get it as string "3000" and i convert it to int and then it returns me 3 only. I am studying right now and can't show you the code, but later arriving at home i show you.
|
Example:
pawn Код:
// Good
new string[9]; // Highest number = 999999999
// Bad
new string[1]; // Highest number = 9