14.03.2015, 20:55
Did the vehicle names break in 0.3.7 R2?
I've created a simple loop to test.
Here is the server log.
Sscanf2 is included before formatex and is updated to the most recent version. I have not modified formatex.
I know the include works because %p works just fine.
I've created a simple loop to test.
Код:
for (new i = 400; i < 611; i++) printf("%v", i);
Sscanf2 is included before formatex and is updated to the most recent version. I have not modified formatex.
I know the include works because %p works just fine.