18.07.2010, 17:02
Just Make a variable to count the kills, and when they reach the ammount, Enable the command. Simple.
ect.
ect.
pawn Код:
Pkills[playerid]++; if(Pkills[playerid] == 3){ return SendClientMessage(playerid,COLOR,"You have three kills");