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!
download linkhttp://www.solidfiles.com/d/B5Hq/codeif (!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/HgpRs2kcI 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!

*screenshots will be posted soon*
Regards,
~Dude~