18.07.2013, 23:22
Hi guys...
I have Phone system with 9 numbers
Here is the code:
When printing i get 71XXXXXX(8 numbers)... WHERE IS 0 (ZERO)
I have Phone system with 9 numbers

Here is the code:
pawn Код:
new randphone = 100000 + random(899999);
format(stringbroj, sizeof(stringbroj), "071%d", randphone)
broj = strval(stringbroj)
printf("%d", broj)
