Author Topic: Points system  (Read 19965 times)

0 Members and 1 Guest are viewing this topic.

Offline [MAF]Aj_Lajk_Bir

  • Admin
  • Posts: 5,031
    • View Profile
Re: Points system
« Reply #15 on: February 06, 2009, 07:30:05 pm »
so do that:
after 5th all other finish position are Other ye?
so i think good idea is :from 6th to 40th-3 or 2 points

Offline [MAF]mooman

  • Leader
  • Posts: 6,299
    • View Profile
Re: Points system
« Reply #16 on: February 06, 2009, 07:44:06 pm »
lol your idea is even more unfair than the current one
will read and answer your forum PMs when I'm less busy!

Offline [2F2F]Steven8

  • Admin
  • Posts: 589
  • Learn to see me as a brother.
    • View Profile
Re: Points system
« Reply #17 on: February 06, 2009, 08:26:07 pm »
cause Cysio wants to race short races and make a lot of points xD

Offline [MAF]Aj_Lajk_Bir

  • Admin
  • Posts: 5,031
    • View Profile
Re: Points system
« Reply #18 on: February 06, 2009, 08:38:28 pm »
lol Steven not true
i dont know good what moo want do so good idea is test it soon

Offline [LSR]Jalicno

  • Admin
  • Posts: 12,384
    • View Profile
Re: Points system
« Reply #19 on: February 06, 2009, 08:44:45 pm »
Andre want improve something on server that means he want force people to finish race and get some points.Some people are pissed after races where they not get any points,as you know if you are 9th you get 0 or 20th.So why racing and finish race if your score after that is 0.
Total support idea.Wish you luck Rick with this formulas.
« Last Edit: February 06, 2009, 08:46:17 pm by jalicno »

Offline [MAF]Rac3r

  • Leader
  • Posts: 2,807
  • Well, this is embarrassing.
    • View Profile
Re: Points system
« Reply #20 on: February 06, 2009, 08:53:55 pm »
Well it all does sound complicated lol The time bit could be the only problem.

I totally agree with the server numbers increasing and the sight of being 29th is vey painful something like this would be really good. But I don't know if it will work.

Another suggestion might be to split the class's down the middle and run a two race system, so it would be :
Class A & Class B
Points availible 10,8,6,4,3,2,1
Class C & Class D
Points availible 10,8,6,4,3,2,1

Just something else to throw into the pot. I do prefer the different points system, but it's a case of will it work or not, my method I know would be easier to manage.


Offline [MAF]mooman

  • Leader
  • Posts: 6,299
    • View Profile
Re: Points system
« Reply #21 on: February 06, 2009, 08:55:51 pm »
i want to be playing the same race as everyone :P the time just needs to be taken from the highscore and of course if there is no highscore by the time the 1st person finishes the race there will be one :)
will read and answer your forum PMs when I'm less busy!

Offline [MAF]Rac3r

  • Leader
  • Posts: 2,807
  • Well, this is embarrassing.
    • View Profile
Re: Points system
« Reply #22 on: February 06, 2009, 09:39:26 pm »
Code: [Select]
[code]forward SetPlayerPercentScore(playerid,totalplayers,time,pos);
public SetPlayerPercentScore(playerid,totalplayers,time,pos)
///public SetPlayerPercentScore(playerid,10,20000,1)
{
new tmp;

SetPlayerScore(playerid,GetPlayerScore(playerid)+tmp);
return 1;
}
Still your formula into this function, you need to turn the vars into the new tmp score. Goodluck.[/code]

Offline [MAF]mooman

  • Leader
  • Posts: 6,299
    • View Profile
Re: Points system
« Reply #23 on: February 06, 2009, 09:50:08 pm »
tmp = ((0.3 + (totalplayers * 0.7) + ((time/100) * 0.04))*((totalplayers+1)-pos)/totalplayers ;
thats  the best way i can think of lol
will read and answer your forum PMs when I'm less busy!

Offline [2F2F]Steven8

  • Admin
  • Posts: 589
  • Learn to see me as a brother.
    • View Profile
Re: Points system
« Reply #24 on: February 07, 2009, 08:16:13 am »
 :o
for me it's magic lol xD

Offline BuRnOUT

  • Posts: 465
  • BuRnOUT aka 7hund3r is B4cK
    • View Profile
Re: Points system
« Reply #25 on: February 07, 2009, 02:47:11 pm »
rly good idea  ;D ;D


for exemplewith 20 players


1st-20 pts
2nd-19 pts
3rd-18 pts
4-17
5-16
6-15
7-14
8-13
9-12
10-13
11-11
12-10
13-9
14-8
15-7
16-6
17-5
18-4
19-3
20-0


exemplewith 10 players

1st-10 pts
2nd-9 pts
3rd-8 pts
4-7
5-6
6-5
7-4
8-3
9-2
10-0

exemplewith 5 players



1st-5 pts
2nd- 4 pts
3rd- 3 pts
4-2
5-0


« Last Edit: February 07, 2009, 03:08:26 pm by [FSR]BuRnOUT »

Offline [2F2F]SNiKeRiS

  • Admin
  • Posts: 3,892
    • View Profile
    • 2F2F website
Re: Points system
« Reply #26 on: February 07, 2009, 03:14:07 pm »
:o
for me it's magic lol xD

Same for me :L

Offline Thrasher

  • Admin
  • Posts: 301
    • View Profile
Re: Points system
« Reply #27 on: February 07, 2009, 05:13:26 pm »
mooman, how the fuck did you come up with that formula? That's very complicated... aren't you like 16 years old?

Offline [2F2F]Steven8

  • Admin
  • Posts: 589
  • Learn to see me as a brother.
    • View Profile
Re: Points system
« Reply #28 on: February 07, 2009, 05:27:25 pm »
I wonder about this also. I think he is 17, like me (Ill be 18 in this year) and i can't even understand it, only last part with "z". This i understand, but other  ???

Offline [MAF]mooman

  • Leader
  • Posts: 6,299
    • View Profile
Re: Points system
« Reply #29 on: February 07, 2009, 05:29:40 pm »
/ is division * is multiply and () means calculate this first its simple really lol
will read and answer your forum PMs when I'm less busy!