Format and SendClientMessage
#3

pawn Код:
format(string2, sizeof(string2), "Fraction: %s | Rank: %s | Job: %s | aPoints: %d | Playing time: %dh, %dmin | SQLID: %d | fSQLID: %d", gnimi, rankz, tookoht, apunkte, tunde, minutid, sqlid, fsqlid);
SendClientMessage(playerid, -1, string2);
Try this:

pawn Код:
string2[0] = EOS;
format(string2, sizeof(string2), "Fraction: %s | Rank: %s | Job: %s | aPoints: %d | Playing time: %dh, %dmin | SQLID: %d | fSQLID: %d", gnimi, rankz, tookoht, apunkte, tunde, minutid, sqlid, fsqlid);
SendClientMessage(playerid, -1, string2);
Reply


Messages In This Thread
Format and SendClientMessage - by vent - 21.05.2015, 15:31
Re: Format and SendClientMessage - by SecretBoss - 21.05.2015, 18:44
Re: Format and SendClientMessage - by Ghazal - 21.05.2015, 18:55
Re: Format and SendClientMessage - by vent - 22.05.2015, 12:21
Re: Format and SendClientMessage - by Ghazal - 22.05.2015, 18:45
Re: Format and SendClientMessage - by AlonzoTorres - 22.05.2015, 18:48
Respuesta: Format and SendClientMessage - by alexus - 22.05.2015, 18:54
Re: Format and SendClientMessage - by vent - 23.05.2015, 07:56

Forum Jump:


Users browsing this thread: 4 Guest(s)