[Map] [MAP]Circuit Race
#1

[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
Reply


Messages In This Thread
[MAP]Circuit Race - by gtalover12 - 14.01.2009, 22:31
Re: [MAP]Circuit Race - by ReV. - 14.01.2009, 22:46
Re: [MAP]Circuit Race - by Rescue - 15.01.2009, 00:59
Re: [MAP]Circuit Race - by Annoyance - 20.01.2009, 02:12
Re: [MAP]Circuit Race - by Dinero - 20.01.2009, 03:31
Re: [MAP]Circuit Race - by BP13 - 30.03.2009, 23:51
Re: [MAP]Circuit Race - by Oxside - 31.03.2009, 05:49
Re: [MAP]Circuit Race - by gtalover12 - 31.03.2009, 07:03
Re: [MAP]Circuit Race - by [BFN]Stunter - 31.03.2009, 07:16
Re: [MAP]Circuit Race - by vovz - 31.03.2009, 07:40

Forum Jump:


Users browsing this thread: 2 Guest(s)