14.09.2013, 20:35
I'm not too good with random numbers, but try this;
pawn Код:
format(string,sizeof(string),"Your number is %d",rand); // %d instead of %i

