02.07.2011, 13:10
Solution:
- Use "format" at least once to make sure that compiler doesn't ignore the native. (For example add "format" under OnGameMode/FilterScriptInit):
- Use "format" at least once to make sure that compiler doesn't ignore the native. (For example add "format" under OnGameMode/FilterScriptInit):
pawn Код:
new
string[2]
;
format(string, sizeof(string), "");