22.12.2010, 13:30
Here're some guides for you:
1.Show "%" is possible, but you need to have it doubled in the "format" function, e.g.
shows:
Also,
1.Your stack is overflowing. Reduce memory usge.
2.Check for wiki for the usage of the functions before asking questions.
3.Repeated posts(Not even a double, but triple), use edit function.
1.Show "%" is possible, but you need to have it doubled in the "format" function, e.g.
Код:
format(string,sizeof(string),"AB %% %s",something);
Код:
AB % (string in the variable "something")
1.Your stack is overflowing. Reduce memory usge.
2.Check for wiki for the usage of the functions before asking questions.
3.Repeated posts(Not even a double, but triple), use edit function.