[Map] Drift track - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Maps (
https://sampforum.blast.hk/forumdisplay.php?fid=64)
+---- Thread: [Map] Drift track (
/showthread.php?tid=289238)
Drift track -
GtaO_Magnifico - 10.10.2011
Hello, 3 months ago i created a drift track for my server, now its very popular, lots of players go to there and race.
There is a garage place in the start, there you can put any cars that you want.
Two bridges and a jumps at almost the end.
Screens:
But screens can tell it bether than me
Download:
Here
I created a teleport to the track too
Код:
if(strcmp(cmdtext, "/tokyo", true) == 0)//by GtaO_Magnifico
{
if(IsPlayerInAnyVehicle(playerid))
{
SetVehiclePos(GetPlayerVehicleID(playerid), 1653.9072,-2970.6257,2.9688);
SetVehicleZAngle(GetPlayerVehicleID(playerid), 0);
SetPlayerInterior(playerid, 0);
LinkVehicleToInterior(GetPlayerVehicleID(playerid), 0);
}
else if(!IsPlayerInAnyVehicle(playerid))
{
SetPlayerPos(playerid, 1653.9072,-2970.6257,2.9688);
SetPlayerFacingAngle(playerid, 0);
SetPlayerInterior(playerid, 0);
}
return 1;
}
Feel Free to edit something but dont forget credits!
If you like this map give me reputation and comment
Re: Drift track -
SamyRomafia - 11.10.2011
Nice
Re: Drift track -
Gtarokerzz - 12.10.2011
Nice i m gonna use it. Good Job Mate !
Re: Drift track -
Salsa - 12.10.2011
Nice
Re: Drift track -
GtaO_Magnifico - 15.10.2011
Thanks!
I started to create another map
Re: Drift track -
Dredd - 16.10.2011
Not bad!
Re: Drift track -
antonisrodos94 - 21.06.2012
nice
Re: Drift track -
liri.x - 26.06.2012
C:\Documents and Settings\SinkopaComputers\Desktop\samp03dsvr_R2_wi n32\filterscripts\tokio.pwn(434) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
Re: Drift track -
iWind - 08.07.2012
Nice.. but i won`t use it
. PS : don`t add CMD or it will be a FS....
Re: Drift track -
Lordzy - 08.07.2012
Nice work.