Jump to content

[MAP]space rocket


Recommended Posts

caf dalsi z mych blbych vytvoru a hovadin...

dnes tu mam pro vas luxus- "raketu" co po napise /nahoru vyleti do dost velke vysky dolu ju dostanete /dolu to je snad jasne............ :idea: :shock:

pozice http://pictureup.cz/picture/verejny/126 ... deluxe.jpg

 

 

#include

new plane;

new raketa;

public OnGameModeInit()

{

CreateObject(3406,2988.220,-1659.502,5.969,0.0,0.0,0.0);

plane = CreateObject(17049,2994.394,-1662.974,-12.389,0.0,0.0,22.500);

raketa = CreateObject(1683,2987.898,-1660.954,-10.845,0.0,-91.100,0.0);

CreateObject(3406,2996.905,-1659.469,5.935,0.0,0.0,-11.250);

CreateObject(3406,2998.655,-1665.750,5.934,0.0,0.0,-101.250);

CreateObject(3406,2992.494,-1667.912,6.172,0.0,0.0,-180.000);

CreateObject(3406,2984.418,-1665.422,5.945,0.0,0.0,-90.000);

CreateObject(3406,2988.622,-1667.900,6.233,0.0,0.0,-180.000);

CreateObject(11495,2987.867,-1646.830,1.343,0.0,0.0,-168.750);

CreateObject(12958,2991.100,-1658.507,4.762,0.0,0.0,-168.750);

CreateObject(1217,2989.797,-1662.211,-28.489,0.0,0.0,0.0);

return 1;

}

 

public OnPlayerCommandText(playerid, cmdtext[])

{

if (strcmp("/nahoru", cmdtext, true, 10) == 0)

{

MoveObject(plane,2994.394,-1662.974,856.011,5);

MoveObject(raketa,2987.898,-1660.954,857.281,5);

return 1;

}

if (strcmp("/dolu", cmdtext, true, 10) == 0)

{

MoveObject(plane,2994.394,-1662.974,-12.389,5);

MoveObject(raketa,2987.898,-1660.954,-10.845,5);

return 1;

}

return 0;

}

 

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...