21.04.2012, 10:52
If you don't know, just use another one.
Create a variable, when player dies reset it, when a player kill another one, increase the variable by 1, then you can make
Create a variable, when player dies reset it, when a player kill another one, increase the variable by 1, then you can make
Код:
if( Variable[ killerid ] == 3 ) GameTextForPlayer( killerid, "Triple Kill" ..... );