20.08.2011, 02:39
(
Last edited by Yuryfury; 11/01/2012 at 09:58 PM.
Reason: Fixed Download
)
Woah it has been a while since I have been on here. I stopped scripting/mapping/SA-MP when the first version beta of 0.3 came out. I was tidying up my hard drive when I came across a map I was working on for my server. Seeing as I no longer have a use for it I decided to publish it here.
CAUTION!!! This Map Will Definitely need a streamer! I have never actually ran it on anything other than MTA so I do not guarantee that it will work. If someone did test it out I would appreciate it if you would post whether or not the map runs with a streamer(and which). I have been away from SAMP for a while so streamers have probably gotten better.
Before I continue babbling on here is the MTA .map file download:
New Mediafire Link: http://www.mediafire.com/?xgkw2o27jdxbr4z
New Pastebin Link: http://pastebin.com/XT1eWkqH
Just copy into an empty notepad document and save as .map instead of .txt
LOCATION: Outside of Los Santos (East of the Stadium)
Teleport courtesy of Kalzifer (Thanks!)
Any comments (and criticisms) are accepted.
__________________________________________________ _________________________________________
EDIT:
VIDEO:[ame]http://www.youtube.com/watch?v=dUm2jCh-hJo[/ame]
I know video quality is rather rubbish but my upload speed sucks
CAUTION!!! This Map Will Definitely need a streamer! I have never actually ran it on anything other than MTA so I do not guarantee that it will work. If someone did test it out I would appreciate it if you would post whether or not the map runs with a streamer(and which). I have been away from SAMP for a while so streamers have probably gotten better.
Before I continue babbling on here is the MTA .map file download:
New Mediafire Link: http://www.mediafire.com/?xgkw2o27jdxbr4z
New Pastebin Link: http://pastebin.com/XT1eWkqH
Just copy into an empty notepad document and save as .map instead of .txt
LOCATION: Outside of Los Santos (East of the Stadium)
Teleport courtesy of Kalzifer (Thanks!)
Code:
if (strcmp(cmdtext, "/racetrack", true)==0) { if(GetPlayerState(playerid) == PLAYER_STATE_PASSENGER) { SendClientMessage(playerid,color,"You should be a driver for this action!"); } else if(GetPlayerState(playerid) == PLAYER_STATE_ONFOOT || PLAYER_STATE_DRIVER) { new getv = GetPlayerVehicleID(playerid); SetVehiclePos(getv,3433.6111,-1816.7399,12.7850); SetPlayerPos(playerid,3433.6111,-1816.7399,12.7850); PutPlayerInVehicle(playerid,getv,0); } return 1; }
__________________________________________________ _________________________________________
EDIT:
VIDEO:[ame]http://www.youtube.com/watch?v=dUm2jCh-hJo[/ame]
I know video quality is rather rubbish but my upload speed sucks