07.08.2017, 12:39
I think it can help you:
Quote:
new string[256]; if(Language == 1) { format(string, sizeof(string), "Hello %s!"); } if(Language == 2) { format(string, sizeof(string), "Ciao%s!"); } SendClientMessage(playerid, COLOR_WHITE, string); |