24.09.2009, 20:49
Quote:
|
Originally Posted by Don Correlli
Stop bumping.
pawn Код:
|
Код:
public OnPlayerDeath(playerid, killerid, reason)
{
if(In[killerid] == 1 && In[playerid] == 1)
{
if(2 != Score[killerid])
{
Score[killerid]++;
format(string, 256, "%s v %d :%d %s !!!", pwName, Score, Score, vs);
SendClientMessageToAll(0x33AA33AA, string);
}
else if(Score[killerid] == 2)
{
Score[killerid]++;
format(string, 256, "%s Win %s , Score: %d :%d !", winer, proigr, Score, Score);
SendClientMessageToAll(0x33AA33AA, string);
}

