Would this work ? ^^
#2

Код:
format(string,sizeof(string),"%s : %s killed %s : %s !",gTeam[killerid],PlayerName(killerid),gTeam[playerid],PlayerName(playerid));
SendClientMessageToAll(COLOR_BLUE,string);
Код:
stock PlayerName(playerid) {

	new Name[MAX_PLAYER_NAME];
	GetPlayerName(playerid, Name, sizeof(Name));
	return Name;
}
Reply


Messages In This Thread
Would this work ? ^^ - by Bearfist - 24.04.2009, 16:45
Re: Would this work ? ^^ - by Khelif - 24.04.2009, 16:49
Re: Would this work ? ^^ - by Bearfist - 24.04.2009, 16:54

Forum Jump:


Users browsing this thread: 1 Guest(s)