Author Topic: Rewards by score  (Read 95 times)

Offline Lordz

  • Beta Tester
  • Sr. Member
  • ****
  • Posts: 1238
  • Location: Earth
    • RBTDM
Re: Rewards by score
« on: August 25, 2012, 12:24:54 pm »
Good idea,but there are score hacks.
So if a player hacks score,then the player can access Lv3 administration.
Also giving car may make bugs..In my opinion its better to give player temp tuned car if he/she reaches 100 score.

Code: [Select]
public OnPlayerUpdate(playerid)
{
   if(GetPlayerScore(playerid)<100)
   {
   ShowPlayerDialog(Tunedcars,DIALOG_STYLE_LIST,"tuned cars...blabla");
   }
   return 1;
}

And when he/she reaches 400 score,player must be able to use /tcar whenever needed..