#include <a_samp> main(){ new string[16]; print(string, sizeof(string), "This is my test string"); format(string); }