public KillStreak
#2

pawn Код:
public KillStreak(playerid)
{
   if((GetPlayerScore(playerid) >= 15)
    {
    SendClientMessage(playerid,COLOR_YELLOW,"You have now reached 15 score! 2000$ for you!");
    GivePlayerMoney(playeridid, 2000);
   }
   if((GetPlayerScore(playerid) >= 30)
    {
    SendClientMessage(playerid,COLOR_YELLOW,"You have now reached 30 score! 4000$ for you!");
    GivePlayerMoney(playeridid, 4000);
   }
 return 1;
}
Reply


Messages In This Thread
public KillStreak - by Face9000 - 20.12.2010, 14:13
Re: public KillStreak - by Seven. - 20.12.2010, 14:17
Re: public KillStreak - by Face9000 - 20.12.2010, 14:19
Re: public KillStreak - by Leeroy. - 20.12.2010, 14:21
Re: public KillStreak - by Freddi-25 - 20.12.2010, 14:53
Re: public KillStreak - by Leeroy. - 20.12.2010, 14:58
Re: public KillStreak - by The_Gangstas - 20.12.2010, 15:01
Re: public KillStreak - by Freddi-25 - 20.12.2010, 15:30
Re: public KillStreak - by Face9000 - 20.12.2010, 15:31
Re: public KillStreak - by Jochemd - 20.12.2010, 15:33

Forum Jump:


Users browsing this thread: 3 Guest(s)