[Map] [MAP]Circuit Race - 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] [MAP]Circuit Race (
/showthread.php?tid=61679)
[MAP]Circuit Race -
gtalover12 - 14.01.2009
[MAP]Circut Race
Objects: 390
SCREENSHOTS
[img=/imageshack/img82/1594/mtascreen0002xy5.th.jpg]http://
[img=/imageshack/img65/4853/mtascreen0007sn2.th.jpg]http://
Download links: (Mirrors accepted)
http://pastebin.com/f6801978d - MidoStream object streamer - UPDATED LINK
http://pastebin.com/f18e6e42e - xObjects - UPDATED LINK
http://pastebin.com/f1f71dd0a - xStreamer(xObjects v2) - UPDATED LINK - Looks same as normal i think
http://pastebin.com/f443ebf36 - Normal Pawn code - UPDATED LINK
WHARE?
South Of los santos docks.
TELEPORT:
Add this under OnPlayerCommandText:
With Vehicle:
pawn Код:
if(strcmp("/circuit", cmdtext, true, 10) == 0)
{
new vehicleid = GetPlayerVehicleID(playerid);
new State = GetPlayerState(playerid);
if(IsPlayerInAnyVehicle(playerid) && State == PLAYER_STATE_DRIVER)
{
return SetVehiclePos(vehicleid,2400.4883,-3100.9282,13.6922);
}
SetPlayerPos(playerid,2400.4883,-3100.9282,13.6922);
GameTextForPlayer(playerid, "~b~Welcome to the Sunny Circuit~n~w~Mapped By Crazy_Joe]", 5000, 5);
return 1;
}
Without Vehicle:
pawn Код:
if(strcmp("/circuit", cmdtext, true, 10) == 0)
{
SetPlayerPos(playerid,2400.4883,-3100.9282,13.6922);
GameTextForPlayer(playerid, "~b~Welcome to the Sunny Circuit~n~w~Mapped By Crazy_Joe", 5000, 5);
return 1;
}
Hope You like it
post any problems/bugs and ill try n' fix
KEEP THE CREDTIS
Re: [MAP]Circuit Race -
ReV. - 14.01.2009
use imageshack.us to upload photos
Re: [MAP]Circuit Race -
Rescue - 15.01.2009
or is the teleports please
or is the location maps
tanks
Re: [MAP]Circuit Race -
Annoyance - 20.01.2009
Pawn code deleted. Please re-send pawn code.
Re: [MAP]Circuit Race -
Dinero - 20.01.2009
Yes upload it again to pastebin
btw nice map
Re: [MAP]Circuit Race -
BP13 - 30.03.2009
this would be good if THE LINKS FOR THE STREAMER WERNT BROKEN!
Re: [MAP]Circuit Race -
Oxside - 31.03.2009
If you have more objects than samp can have upload in some streamers code.
Not for me but some people dont know how to!
So many objects? For Only a Rac?
BTW Nice map
Re: [MAP]Circuit Race -
gtalover12 - 31.03.2009
Quote:
Originally Posted by Oxside
If you have more objects than samp can have upload in some streamers code.
Not for me but some people dont know how to!
So many objects? For Only a Rac?
BTW Nice map 
|
Meh alot of palms n barriers, i bareley remember this is a old map now lol, and Links UPDATED see first post, and the xStreamer didnt seem different to PawnObjects in the Deluxe Object converter so idk if thares a difference
joe
Re: [MAP]Circuit Race -
[BFN]Stunter - 31.03.2009
good work
Re: [MAP]Circuit Race -
vovz - 31.03.2009
Nice Good work