08.02.2012, 20:01
String1's size is not enough, you put more than 24 characters into it.
And when you use format(), use it like:
If you use bigger number than the length of your string, in the place of sizeof(), it will crash.
And when you use format(), use it like:
pawn Код:
format(variable, sizeof(variable), "the string", ...);