Put Randrom Races How?
#1

I have the Race Cords But i made With: Yagu's Race Filterscript But i Want The Races To be in GM and A new Race Will Start Every 10min i know how to use Timer But i dont know how to put The File in gm Help any 1

(I want it like PenLS(LV)(GF)) Thx
Reply
#2

Yes i know i cand do that but i DONT want to do /loadrace Racename every time i want like in PenLS Where the missions are random how can make that?
Reply
#3

i know this i vital for u to finish your gamemode so ill tell u the gm with it in

SATDM~RP+Biz+Stream+Race+KIHC+Gang+XVM

EDIT: just had a look at yrace & it has race rotation in built so u can just copy and paste, as was said b4
Reply
#4

Quote:
Originally Posted by LethaL
EDIT: just had a look at yrace & it has race rotation in built so u can just copy and paste, as was said b4
Waht Do u mean?
Reply
#5

i thought the edit was clear rotation is the race starting automatically every 10 mins, therefore u have all u need
Reply
#6

Ok But....Idk Where Every Thing is xD
Reply
#7

Quote:
Originally Posted by Splitx
Ok But....Idk Where Every Thing is xD
Everything is in the yrace.pwn copy the lot, thats the easy option
Reply
#8

Du U mean To Copy Every Thing? Cuz then i will need to do /loadrace name every time i dont realy understand i just want some thing that can load the file.yr like

pawn Код:
new Float:Races[3][159] =
 {
  {Drift},
  {Drift2},
  {Drift3}
 };
//Then I Want A timer that Can Launch A Race Every 10Min And Some Thing like
pawn Код:
SendClientMessage(playerid, COLOR_YELLOW, "Race Start In 2Min Hurry To it);
//Then will it start
And Count From 5
Reply
#9

lucky im a patient person so i give u a step by step giude

1. Copy the whole of yrace.pwn into gm
2. Find
Код:
new RRotation = -1;   
new RRotationDelay = 300000;
Change this to
Код:
new RRotation = 0; // enabled :)   
new RRotationDelay = 600000; // time
DONE
Reply
#10

1 Question do i need the #endif ?
And do i need to copy ALL?

pawn Код:
C:\DOCUME~1\Peter\SKRIVB~1\SA-MPS~1\GAMEMO~1\DRT.pwn(2601) : error 017: undefined symbol "dcmd_racehelp"
C:\DOCUME~1\Peter\SKRIVB~1\SA-MPS~1\GAMEMO~1\DRT.pwn(2602) : error 017: undefined symbol "dcmd_buildhelp"
C:\DOCUME~1\Peter\SKRIVB~1\SA-MPS~1\GAMEMO~1\DRT.pwn(2986) : error 021: symbol already defined: "strtok"
C:\DOCUME~1\Peter\SKRIVB~1\SA-MPS~1\GAMEMO~1\DRT.pwn(3024) : error 001: expected token: "#endif", but found "-end of file-"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.
OMG plz
Plxz0r
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)