Format message
#3

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);

Reply


Messages In This Thread
SendFormatMessageL - by RedGun2015 - 06.08.2017, 14:23
Respuesta: Format message - by RedGun2015 - 07.08.2017, 12:35
Re: Format message - by Kraeror - 07.08.2017, 12:39
Re: Format message - by DarkZero - 07.08.2017, 13:09

Forum Jump:


Users browsing this thread: 1 Guest(s)