27.04.2012, 22:25
Sorry for the bump,
But for array:
How would i use it to see how many total kills they have?
Is it like this:
But for array:
How would i use it to see how many total kills they have?
Is it like this:
pawn Код:
if(pKills >= 50 && <= 60)
{
SetPlayerHealth(playerid, 999999);
}

