General > General Server Discussion
MTA SERVER!
Karlip:
I finished "KarlipstartsMTA" and after finishing, the finish sounds went into an infinite loop and made me lag like hell.
[MAF]Karlis:
strange, im checking it.
EDIT: fixed
[MAF]Karlis:
--- Quote from: [MAF]Rac3r on January 10, 2012, 08:49:06 pm ---
--- Quote from: karlis on January 07, 2012, 04:02:41 pm ---id need a formula list how score is calculated, how its dependant on top time, streak, etc.
--- End quote ---
--- Code: ---SetPrize = (1+b) * ((((RACE_Finish_Order * 0.1) + (timeconvert2(RACE_Best_Time) * 0.0775))*((STATS_Players + 1) - RACE_Finish_Order) / STATS_Players)*(1 + 0.15 *(PLAYER_Wins[playerid]-1)));
--- End code ---
--- End quote ---
excuse me, but what is b, and to what timeconvert converts?
[MAF]Rac3r:
B - Added by mooman, everytime a player crashes, b = b + 1. Might want to ignore that for now.
Timecovert:
--- Code: ---timeconvert(Time, &Minutes, &Seconds, &MSeconds)
{
new secs = Time / 1000;
Minutes = secs / 60;
Seconds = secs % 60;
MSeconds = Time % 1000;
}
--- End code ---
MELK1Y:
I have one map, but it needs a 1-player-SK mode or something else to run that race (race starts on foot then bike, then car, but there is no place for 2 or more people). Would be good to see new AX mode.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version