08.05.2012, 22:50
I just want something easier than having to format a string each time, instead of
new string[128];
format(string, 128, "%s %d %f", mystring, myvar, myfloat);
It would be simpler to just use something like FS("%s %d %f", mystring, myvar, myfloat);
I'm not gonna use this for sending formatted client messages (already got something for that)
new string[128];
format(string, 128, "%s %d %f", mystring, myvar, myfloat);
It would be simpler to just use something like FS("%s %d %f", mystring, myvar, myfloat);
I'm not gonna use this for sending formatted client messages (already got something for that)