10.10.2011, 18:32
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
Feel Free to edit something but dont forget credits!
If you like this map give me reputation and comment
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; }
If you like this map give me reputation and comment