AdrenalineX Forums
General => AdrenalineX Development => Suggestions => Topic started by: [FSR]cyco on April 02, 2014, 11:23:36 am
-
Hi all
Wanna ask if it's possible (and, in that case, would you think about) adding a tooltip in /tt list, with info about car and cp
I made a screen for better explain
(http://s0.uploads.im/rTMch.png)
-
would be cool but ages of work because there are loads of TT races in /TT atm.. :/
-
Yes Jarol, i can imagine the amount of time takes a work like that. Anyway, is not necessary fill up the entire /tt list in one time. I think it's a work could be done a little at time.. many AX racers would appreciate that 8)
-
I like this idea, would save us a lot of time, instead of searching for some short tt, we could see it like this.
-
Currently not possible with SA-MP to make it how it's shown in the example but it could be done. And it would of course be automatically generated lol
-
Currently not possible with SA-MP to make it how it's shown in the example
Ok. What i mean is a "sort of" .. but i dunno how the scripts works. Another idea would be ask to buildmoders to add that info (type of car/numbers of cp) within the race title (?)
-
for (new i; i < RACES_IN_TT; i++) {
format(str, 5000, "%s%s {FFF000}[%s / %d cps] \n", str, racename, racecar, maxracecps);
}
ShowPlayerDialog...
Red = Variables
-
yeah, but unless the race database has it (not sure), we just don't have that information cached anywhere, which means we have to read each of the tt racelist's race files to obtain the values. it's nothing terrible, just a bit of work to do that. however, both of us are having exams soon/now, so i dunno when will we get around to do that.