[FilterScript] [FS] rRace v0.2a ~ RyDeR`s Race System [26/04/2010] [v0.2a]
#41

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 *__*
Reply
#42

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

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.
Reply
#44

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
Reply
#45

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..
Reply
#46

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
Reply
#47

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
Reply
#48

Id like that aswell plz...
Reply
#49

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...
Reply
#50

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.

Reply
#51

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;
}
Reply
#52

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

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

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))
{
Reply
#55

very nice
Reply
#56

it looks nice but auto start race would be verry nice!
Reply
#57

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
Reply
#58

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!
Reply
#59

hey wheres the link?
Reply
#60

Nice work Ryder`
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)