Quote:
Originally Posted by Freddi-25
pawn Код:
public KillStreak(playerid) { if(GetPlayerScore(playerid) >= 15) { SendClientMessage(playerid,COLOR_YELLOW,"You have now reached 15 score! 2000$ for you!"); GivePlayerMoney(playerid, 2000); } if(GetPlayerScore(playerid) >= 30) { SendClientMessage(playerid,COLOR_YELLOW,"You have now reached 30 score! 4000$ for you!"); GivePlayerMoney(playerid, 4000); } return 1; }
I'm pretty sure this will work.
|
Copy paste much ?
I edited Stevens code if you can read.