14.01.2009, 22:31
[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:
Without Vehicle:
Hope You like it
post any problems/bugs and ill try n' fix
KEEP THE CREDTIS
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;
}
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;
}
post any problems/bugs and ill try n' fix
KEEP THE CREDTIS