26.12.2010, 12:19
Hello,
It would make finding the player's color ?
example function GetColor (playerid)
(example)
It would make finding the player's color ?

example function GetColor (playerid)
(example)
Код:
public OnPlayerDeath(playerid, killerid, reason)
{
format(string,sizeof(string)," Player {%d}%s{FFFFFF} kill {%d}%s ", GetColor(killerid),name(killerid), GetColor(playerid), name(playerid))
SCMA(white,string);
return 1;
}


