SendClientMessage new line
#3



:c

Код:
CMD:hitlist(playerid, params[])
{
    #pragma unused params
        new count = 0;
        new string[1024];
        new fstring[1024];
       // new ARank[128];
		for(new i = 0; i < MAX_PLAYERS; i++)
		{
	 		if (IsPlayerConnected(i))
 			{
				if(pInfo[i][Placehit] > 0)
 				{
					format(fstring, sizeof(fstring), "%s(%i) -  {FFFF00}%s", pNameHit(i), i, Comma(pInfo[i][Placehit]));
     				strcat(string, fstring);
					count++;
				}
    			SendClientMessage(playerid, COLOR_YELLOW, "[__________ HIT LIST __________]");
				SendClientMessage(playerid, COLOR_WHITE, string);
			}
		}
  		
		return 1;
}
Reply


Messages In This Thread
SendClientMessage new line - by Cerealguy - 24.10.2013, 03:25
Re: SendClientMessage new line - by Zex Tan - 24.10.2013, 03:33
Respuesta: SendClientMessage new line - by Cerealguy - 24.10.2013, 03:39
Re: SendClientMessage new line - by Zex Tan - 24.10.2013, 03:46
Respuesta: SendClientMessage new line - by Cerealguy - 24.10.2013, 03:47
Re: SendClientMessage new line - by Zex Tan - 24.10.2013, 03:57
Re: SendClientMessage new line - by DobbysGamertag - 24.10.2013, 04:06
Re: SendClientMessage new line - by Threshold - 24.10.2013, 06:52
Re: SendClientMessage new line - by Threshold - 24.10.2013, 15:45
Respuesta: Re: SendClientMessage new line - by Cerealguy - 24.10.2013, 23:44

Forum Jump:


Users browsing this thread: 1 Guest(s)