[FilterScript] [FS] Yagu's Race filterscript [v0.4a - Aug 5th]
#41

it will works?
Reply
#42

Quote:
Originally Posted by kamalhood
View Post
it will works?
What do you mean, will it work ?
Yagu FS uses yr format in your sripts folder to load races.
Reply
#43

So, has anyone ever solved the time problem? 1:4.57 and stuff. I think its related to samp 0.3a version because prior to the 0.3 era i havent noticed that bug. And i have a good memory for this kind of thing, hehe. i tried multiplying the seconds by 10 like SFRERKU sugested (on post number 299 on page 30) but still its dosnt get the time corrected. Any solution to this problem?

Also, greatest fs ever downloaded from this forum, nicely done, yagu.
Reply
#44

Quote:
Originally Posted by P4inkill3R
View Post
So, has anyone ever solved the time problem? 1:4.57 and stuff. I think its related to samp 0.3a version because prior to the 0.3 era i havent noticed that bug. And i have a good memory for this kind of thing, hehe. i tried multiplying the seconds by 10 like SFRERKU sugested (on post number 299 on page 30) but still its dosnt get the time corrected. Any solution to this problem?

Also, greatest fs ever downloaded from this forum, nicely done, yagu.
Try changing the behuman ticks to this, hope this helps.

BeHuman(ticks)
{
new HumanTime[40], minutes, seconds,milliseconds;
minutes=ticks/60000;
ticks=ticks-(minutes*60000);
seconds=ticks/1000;
ticks=ticks-(seconds*1000);
milliseconds=ticks/100;
ticks=ticks-(milliseconds*100);
format(HumanTime,sizeof(HumanTime),"%d.%02d.%02d", minutes,seconds,milliseconds);
return HumanTime;
}
Reply
#45

hey man, it worked, well done

except, HumanTime its a 10 positions array, not 40, hehe
Reply
#46

Quote:
Originally Posted by P4inkill3R
View Post
hey man, it worked, well done

except, HumanTime its a 10 positions array, not 40, hehe
Sorry for the typo.
Glad it helped.
Reply
#47

How can I make when a player type / teleport him to join his actual race.


Please ...


Thanks


I love this FS
Reply
#48

Nice One Dude!!
Reply
#49

Anyone help me with this ?
Giving player money if they raced alone. (no cash if you race alone)
If i have 2 or more players racing theres no problem, the prize multi kicks in.
Many thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)