Author Topic: Race track  (Read 58 times)

Offline dude

  • Level 5
  • Sr. Member
  • *
  • Posts: 385
  • Spaghetti
  • Location: The Netherlands
    • www.meatspin.com
Race track
« on: February 14, 2013, 01:06:32 am »
Hi all,

So i really love racing ( i'm sure that i am not the only one ) but i think the current /f1track is getting a bit boring. So i would suggest to add a new racing track! :D
download link
http://www.solidfiles.com/d/B5Hq/
code
if (!strcmp("/racetrack",cmdtext,true))
{
   SetPlayerInterior(playerid,0);
   if (GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
   {
      LinkVehicleToInterior(GetPlayerVehicleID(playerid),0);
      SetVehiclePos(GetPlayerVehicleID(playerid),-521.0,-3643.0,7.0);
      SetVehicleZAngle(GetPlayerVehicleID(playerid),0.0);
   }
   else
   {
      SetPlayerPos(playerid,-521.0,-3643.0,7.0);
      SetPlayerFacingAngle(playerid,0.0);
   }
   return 1;
}
something else i dont know but it said "converted objects"
http://pastebin.com/HgpRs2kc

I got the race track from another samp forums but im not allowed to give the link to the forum itself.
So if you have any question just ask me and i will look on that samp site with the forum and try to answer  your question! :D


*screenshots will be posted soon*


Regards,


~Dude~

Offline [RD]Hawk

  • VIP Level 2
  • Sr. Member
  • *
  • Posts: 889
  • One step closer to u.. One step closer to ur death
  • Location: England, London, Eastbourne
Re: Race track
« Reply #1 on: February 14, 2013, 01:14:33 am »
Agree when saying that f1 track is boring.
Good idea.


Also known for the famous, not very used quote

LiKe A Bo$$

Offline [YG]Jono

  • Sr. Member
  • *
  • Posts: 998
  • Loyal, Honorable & Experienced Admin at YG 0.3x!
  • Location: Melbourne, Australia
  • In-Game: [YG]Jono
Re: Race track
« Reply #2 on: February 14, 2013, 08:32:56 am »
Great suggestion dude, very nice idea.



Agree when saying that f1 track is boring.

So true  :(

Thanks to [xB]SpiDeY

Offline [RD]PrOFeSsiOnAL

  • Banned
  • Jr. Member
  • *
  • Posts: 81
  • My Life ,My StYlE , My Rules
  • Location: dubai
Re: Race track
« Reply #3 on: February 15, 2013, 10:52:22 am »
Superb Suggestion DuDe !!

Offline dude

  • Level 5
  • Sr. Member
  • *
  • Posts: 385
  • Spaghetti
  • Location: The Netherlands
    • www.meatspin.com
Re: Race track
« Reply #4 on: February 15, 2013, 07:04:06 pm »
Thanks guys <3

Please add this in update management D: