10.05.2010, 14:42
Quote:
|
Originally Posted by RobinOwnz
Quote:
But nice. Btw, question. Is there also something like: If the player has a combo, it shows up for everybody? So like.. If I have Unstoppable, does there stand something like: 'Robin is Unstoppable (12 kills)'? |
check this
pawn Код:
if (PlayerKills[killerid] == 12)
{
format(string, sizeof(string), "~r~%s is unstoppable!", kName);
GameTextForAll(string, 1000, 1);
return 1;
}

