SA-MP Forums Archive
[FilterScript] [FS] rRace v0.2a ~ RyDeR`s Race System [26/04/2010] [v0.2a] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [FS] rRace v0.2a ~ RyDeR`s Race System [26/04/2010] [v0.2a] (/showthread.php?tid=143764)

Pages: 1 2 3 4


Re: [FS] rRace v0.2a ~ RyDeR`s Race System [26/04/2010] [v0.2a] - Polpettina - 28.04.2010

Quote:
Originally Posted by » RyDeR «
Quote:
Originally Posted by Polpettina
Hello Ryder, I wonder if you could make a command to teleport to last checkpoint in the race in case of exit route (for example, fall into water) and resume the race from that point.
I have making a server and i need this...
Excuse my bad English

Thanks!
I will. But soon.
Thaaaaaaaaaaaaankssssssssssss *__*



Re: [FS] rRace v0.2a ~ RyDeR`s Race System [26/04/2010] [v0.2a] - RcoN! - 29.04.2010

AWESOME!!!!
You only need the commands setlap, setMode and is a perfect fs


Re: [FS] rRace v0.2a ~ RyDeR`s Race System [26/04/2010] [v0.2a] - RyDeR` - 29.04.2010

Quote:
Originally Posted by WHEELMANDTS
AWESOME!!!!
You only need the commands setlap, setMode and is a perfect fs
Yeah, someone asked this too. I'll write it in notepad and add it soon.
Thanks.


Re: [FS] rRace v0.2a ~ RyDeR`s Race System [26/04/2010] [v0.2a] - ViruZZzZ_ChiLLL - 29.04.2010

Quote:
Originally Posted by ViruZZzZ_ChiLLL
I have nothing to say except.........

AWESOME!!!!

I'm definitely gonna use this man!! THANKS FOR THIS, Awesome FS!!

Quote:
Originally Posted by ? RyDeR ?
  • Crash while creating a race is fixed.
I still... Kinda... Crash...
I never had any crash after 0.2a while creating race. Also when I click very fast..
It's very strange sometimes..
And thanks =)


BTW, I crash after I typed /buildrace. It even didn't let me click xD

________
Extreme vaporizer review


Re: [FS] rRace v0.2a ~ RyDeR`s Race System [26/04/2010] [v0.2a] - RyDeR` - 21.06.2010

Quote:
Originally Posted by The Toni™
You should make the race builder kinda like Yagu's, You can delete/add new cp's each time
Sure, I will.
I' ll update but soon..


Re: [FS] rRace v0.2a ~ RyDeR`s Race System [26/04/2010] [v0.2a] - Toni - 21.06.2010

Quote:
Originally Posted by » RyDeR «
Quote:
Originally Posted by The Toni™
You should make the race builder kinda like Yagu's, You can delete/add new cp's each time
Sure, I will.
I' ll update but soon..
Thank you


Re: [FS] rRace v0.2a ~ RyDeR`s Race System [26/04/2010] [v0.2a] - Polpettina - 21.06.2010

Quote:
Originally Posted by ZoRaN
can u change the teleport to race option?because i want to race with my tuned car.& people can join with any cars.thx
It's the same for me.... How do i change ? Thanks


Re: [FS] rRace v0.2a ~ RyDeR`s Race System [26/04/2010] [v0.2a] - Jackster - 22.06.2010

Id like that aswell plz...


Re: [FS] rRace v0.2a ~ RyDeR`s Race System [26/04/2010] [v0.2a] - FLoRyN[RO] - 22.06.2010

Quote:
Originally Posted by The Toni™
You should make the race builder kinda like Yagu's, You can delete/add new cp's each time
I like more Ryder's Race system than Yagu's...the problem was because i use and ur gangzone maker and after i deleted the gangzone, the rRace works...


Re: [FS] rRace v0.2a ~ RyDeR`s Race System [26/04/2010] [v0.2a] - cuvip - 23.06.2010

after pressing key fire, the server crash, any help?
is this the problem?
Quote:

C:\Documents and Settings\SampServer\Desktop\SAMPSERVER\SAMPSERVER\ filterscripts\rRace.pwn(1194) : warning 203: symbol is never used: "strtok"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Warning.




Re: [FS] rRace v0.2a ~ RyDeR`s Race System [26/04/2010] [v0.2a] - Polpettina - 10.07.2010

Quote:
Originally Posted by cuvip
View Post
after pressing key fire, the server crash, any help?
is this the problem?
Add basically out of everything



strtok(const string[], &index)
{
new length = strlen(string);
while ((index < length) && (string[index] <= ' '))
{
index++;
}

new offset = index;
new result[20];
while ((index < length) && (string[index] > ' ') && ((index - offset) < (sizeof(result) - 1)))
{
result[index - offset] = string[index];
index++;
}
result[index - offset] = EOS;
return result;
}


Re: [FS] rRace v0.2a ~ RyDeR`s Race System [26/04/2010] [v0.2a] - Kevin_Joshen - 10.07.2010

how do i delete a race? XD i messed up on one


Re: [FS] rRace v0.2a ~ RyDeR`s Race System [26/04/2010] [v0.2a] - RyDeR` - 10.07.2010

Kevin_Joshen just go to your script files directory and search for the races you want to delete and press delete button.


Re: [FS] rRace v0.2a ~ RyDeR`s Race System [26/04/2010] [v0.2a] - wolfcock - 11.07.2010

C:\Users\Sondre\Desktop\SERVERE (ALT MULIG!)\NEWEST CNR BETA TEST\filterscripts\rRace.pwn(614) : error 017: undefined symbol "isNumeric"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

plz help with this, line 614 =

if(isNumeric(inputtext))
{


Re: [FS] rRace v0.2a ~ RyDeR`s Race System [26/04/2010] [v0.2a] - DrifteX_ - 15.07.2010

very nice


Re: [FS] rRace v0.2a ~ RyDeR`s Race System [26/04/2010] [v0.2a] - mrsamp - 27.07.2011

it looks nice but auto start race would be verry nice!


Re: [FS] rRace v0.2a ~ RyDeR`s Race System [26/04/2010] [v0.2a] - KeKe98 - 05.01.2012

Yea, it works!
Thanks for info dude, anyway I have other question; how to disable speed boost in races? I tryed set virtual world but it does not work :S


Re: [FS] rRace v0.2a ~ RyDeR`s Race System [26/04/2010] [v0.2a] - Konstantinos - 05.01.2012

Quote:
Originally Posted by KeKe98
View Post
Yea, it works!
Thanks for info dude, anyway I have other question; how to disable speed boost in races? I tryed set virtual world but it does not work :S
Vitual World has nothing to do with the Speed Boost.
Just make a Variable and when Players race set it to 1. OnPlayerKeyStateChange Callback if the variable you made is true (true = 1) return 1; or Message that Speed Boost is disable on Races!


Re: [FS] rRace v0.2a ~ RyDeR`s Race System [26/04/2010] [v0.2a] - SLCOOLJ - 25.02.2012

hey wheres the link?


AW: [FS] rRace v0.2a ~ RyDeR`s Race System [26/04/2010] [v0.2a] - Injective` - 27.02.2012

Nice work Ryder`