09.02.2019, 13:11
Greetings Masterart,
After having a look on your code, one can simply tell that you have not read Format callback properly over wiki.
Use this:
You forgot
After having a look on your code, one can simply tell that you have not read Format callback properly over wiki.
Use this:
Code:
format(string, sizeof(string), "%s has made you a level %d admin!", name, level);
Code:
sizeof(string)