new integer = 5;new string[] = "This is string number";client_print(0, print_chat, "%s %i", string, integer);
This is string number 5