SA-MP Forums Archive
CP Race - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: CP Race (/showthread.php?tid=151767)



CP Race - XxerykxX - 31.05.2010

Hello. I have problem with small script this is the script:
http://pastebin.com/aRphg5PB

But i made Checkpoints:

Код:
AddStaticVehicle(562,-302.5100,1509.3228,75.0176,181.7718,35,1); // Start
AddStaticVehicle(562,-294.5708,1414.3815,71.9918,182.9791,35,1); // 
AddStaticVehicle(562,-317.4141,1397.5272,71.4855,32.4648,35,1); // 
AddStaticVehicle(562,-352.0041,1464.7369,63.8979,86.4819,35,1); // 
AddStaticVehicle(562,-379.1211,1443.6854,60.8206,197.9761,35,1); // 
AddStaticVehicle(562,-316.8577,1332.6429,53.8559,207.6310,35,1); // 
AddStaticVehicle(562,-342.6936,1318.9574,51.0377,51.5096,35,1); // 
AddStaticVehicle(562,-411.5851,1429.3661,37.4750,34.4992,35,1); // 
AddStaticVehicle(562,-448.5185,1523.3136,35.4788,4.2668,35,1); // 
AddStaticVehicle(562,-399.0237,1912.6885,57.7574,73.5524,35,1); // 
AddStaticVehicle(562,-434.8121,1900.7166,58.4154,176.5544,35,1); // 
AddStaticVehicle(562,-422.6189,1786.8153,70.5314,162.3001,35,1); // 
AddStaticVehicle(562,-449.1924,1759.5549,71.6995,90.5302,35,1); // 
AddStaticVehicle(562,-471.2302,1948.1786,85.0567,329.8499,35,1); // 
AddStaticVehicle(562,-378.7501,2065.3010,60.5592,355.5630,35,1); // 
AddStaticVehicle(562,-405.5923,2079.2510,61.3493,131.6342,35,1); // 
AddStaticVehicle(562,-501.3691,1987.8909,59.8463,93.4648,35,1); // 
AddStaticVehicle(562,-529.0950,1998.0387,59.8477,47.5467,35,1); // End
But i dont know where should I enter them. Can somebody do it for me? And then for second time I will know how to do them please?


Re: CP Race - azzerking - 31.05.2010

Where u need the checkpoints


Re: CP Race - XxerykxX - 31.05.2010

I gave you checkpoints in CODE..


Re: CP Race - [HiC]TheKiller - 31.05.2010

Firstly, get a race script (There is one in my sig or get ryders). Then make the co-ordonates there into a race.


Re: CP Race - Backwardsman97 - 31.05.2010

Making races from scratch without any kind of script, is pretty complicated.


Re: CP Race - HydraX - 31.05.2010

Not if you know how to code.


Re: CP Race - IcyBlight - 31.05.2010

Not that hard, especially with this few checkpoints.


Re: CP Race - Backwardsman97 - 01.06.2010

Quote:
Originally Posted by [R
HydraX ]
Not if you know how to code.
I'm just saying it takes some time. Especially if you're new like this.