06.12.2012, 19:25
You're trying to format CheckDate, which you have defined as an integer.
To fix this, you easily have to make CheckDate into an array for it to be used as a string:
To fix this, you easily have to make CheckDate into an array for it to be used as a string:
pawn Код:
new CheckDate[14]; //12 will probably be enough, but I put 14 just to be sure.

