18.07.2012, 17:00
(
Последний раз редактировалось [MM]18240[FMB]; 01.11.2012 в 22:49.
)
A simple NRG/ PCJ stunt course.
Command is /changemestunt by default.
To test it go to the testing server: 184.88.128.151:7777 and type /bikestunt.
Objects!
Command!
Command is /changemestunt by default.
To test it go to the testing server: 184.88.128.151:7777 and type /bikestunt.
Objects!
pawn Код:
CreateObject(18769, -2973.62, -154.14, -0.07, 0.00, 0.00, 358.73);
CreateObject(18769, -2973.25, -134.98, -0.07, 0.00, 0.00, 358.73);
CreateObject(18769, -2992.54, -134.31, -0.07, 0.00, 0.00, 358.73);
CreateObject(18769, -2993.21, -153.29, -0.07, 0.00, 0.00, 358.73);
CreateObject(18769, -2993.95, -172.90, -0.07, 0.00, 0.00, 358.73);
CreateObject(18769, -2974.74, -173.29, -0.07, 0.00, 0.00, 358.73);
CreateObject(18769, -2992.09, -114.85, -0.07, 0.00, 0.00, 358.86);
CreateObject(18769, -2973.00, -115.17, -0.07, 0.00, 0.00, 358.73);
CreateObject(18769, -2953.52, -115.63, -0.07, 0.00, 0.00, 358.73);
CreateObject(18769, -2953.93, -134.88, -0.07, 0.00, 0.00, 358.73);
CreateObject(18769, -2954.81, -154.88, -0.07, 0.00, 0.00, 358.73);
CreateObject(18769, -2955.29, -174.20, -0.07, 0.00, 0.00, 358.73);
CreateObject(18769, -2991.77, -104.62, 9.49, 90.00, 0.00, 358.73);
CreateObject(18769, -2971.94, -104.91, 9.49, 90.00, 0.00, 358.73);
CreateObject(18769, -2953.20, -105.29, 9.49, 90.00, 0.00, 358.73);
CreateObject(18769, -2944.12, -115.91, 9.49, -90.00, 90.00, 358.73);
CreateObject(18769, -2944.44, -135.48, 9.49, -90.00, 90.00, 358.73);
CreateObject(18769, -2945.27, -155.12, 9.49, -90.00, 90.00, 358.73);
CreateObject(18769, -2945.72, -174.65, 9.49, -90.00, 90.00, 358.73);
CreateObject(18769, -2955.45, -183.04, 9.49, 90.00, 0.00, 358.73);
CreateObject(18769, -2974.90, -182.68, 9.49, 90.00, 0.00, 358.73);
CreateObject(18769, -2994.31, -182.12, 9.49, 90.00, 0.00, 358.73);
CreateObject(18769, -3003.97, -172.57, 9.49, -90.00, 90.00, 358.73);
CreateObject(18769, -3003.74, -152.93, 9.49, -90.00, 90.00, 358.73);
CreateObject(18769, -3003.16, -133.13, 9.49, -90.00, 90.00, 358.73);
CreateObject(18769, -3002.60, -114.11, 9.49, -90.00, 90.00, 358.73);
CreateObject(13637, -2993.30, -113.13, 2.51, 0.00, 0.00, 267.39);
CreateObject(13641, -2993.12, -158.97, 2.25, 0.00, 0.00, 87.69);
CreateObject(13641, -2977.94, -159.17, 2.25, 0.00, 0.00, 87.69);
CreateObject(18786, -2954.45, -155.41, 2.93, 0.00, 0.00, 267.39);
CreateObject(18786, -2953.60, -135.50, 2.93, 0.00, 0.00, 87.66);
CreateObject(16304, -2972.67, -115.36, 4.85, 0.00, 0.00, 0.00);
CreateObject(16304, -2994.60, -110.08, 0.55, 0.00, 0.00, 0.00);
CreateVehicle(522, -3001.8313, -179.6524, 1.1091, 0.0000, -1, -1, 100);
CreateVehicle(522, -3000.8657, -179.8635, 1.1091, 0.0000, -1, -1, 100);
CreateVehicle(522, -2999.8286, -180.0747, 1.1091, 0.0000, -1, -1, 100);
CreateVehicle(522, -2998.8027, -180.3024, 1.1091, 0.0000, -1, -1, 100);
CreateVehicle(522, -2997.7205, -180.5193, 1.1091, 0.0000, -1, -1, 100);
CreateVehicle(522, -2996.9492, -180.8413, 1.1091, 0.0000, -1, -1, 100);
CreateVehicle(581, -2992.8640, -181.2716, 0.8819, 0.0000, -1, -1, 100);
CreateVehicle(581, -2991.7795, -181.2277, 0.8819, 0.0000, -1, -1, 100);
CreateVehicle(581, -2990.9023, -181.5719, 0.8819, 0.0000, -1, -1, 100);
CreateVehicle(581, -2990.2261, -181.4945, 0.8819, 0.0000, -1, -1, 100);
CreateVehicle(581, -2989.4060, -181.8498, 0.8819, 0.0000, -1, -1, 100);
CreateVehicle(581, -2988.3589, -181.8280, 0.8819, 0.0000, -1, -1, 100);
pawn Код:
if(strcmp(cmdtext,"/bikestunt",true)==0)
{
SetPlayerPos(playerid,-2994.9941,-181.7126,1.5941,1.5429);
SetPlayerHealth(playerid, 100000);
SetPlayerInterior(playerid,0);
GameTextForPlayer(playerid,"~r~Choose~w~A~b~Motorcycle!",2500,3);
}
return 1;