13.03.2009, 09:31
hello!
i wanna release my map i have maded...
it is interested...
lets start...
have you ever watch CageRage?
http://www.youtube.com/watch?v=B1UwGPAq2zg
I Maded Something like That!
Some ScreenShots
Objects:
Gate:
Hope you like it
Please Comment my work (btw new at scripting)
i wanna release my map i have maded...
it is interested...
lets start...
have you ever watch CageRage?
http://www.youtube.com/watch?v=B1UwGPAq2zg
I Maded Something like That!
Some ScreenShots
Objects:
Код:
CreateObject(3819,1539.522,-2543.324,13.545,0.0,0.0,0.0); CreateObject(3819,1526.482,-2530.851,13.545,0.0,0.0,90.000); CreateObject(3819,1514.367,-2543.380,13.545,0.0,0.0,-180.000); CreateObject(3819,1517.916,-2534.623,13.545,0.0,0.0,-225.000); CreateObject(3819,1535.381,-2534.553,13.545,0.0,0.0,45.000); CreateObject(970,1523.994,-2552.817,13.098,0.0,0.0,-90.000); CreateObject(970,1529.961,-2552.607,13.098,0.0,0.0,-90.000); CreateObject(970,1524.834,-2556.852,13.098,0.0,0.0,-67.500); CreateObject(970,1529.140,-2556.784,13.098,0.0,0.0,-112.500); CreateObject(970,1525.582,-2560.766,13.098,0.0,0.0,-90.000); CreateObject(970,1528.368,-2560.747,13.098,0.0,0.0,-90.000); CreateObject(3504,1530.706,-2551.903,13.889,0.0,0.0,-450.000); CreateObject(3504,1523.152,-2552.129,13.889,0.0,0.0,-90.000); CreateObject(5837,1523.529,-2566.071,14.264,0.0,0.0,-90.000); CreateObject(5837,1530.282,-2566.169,14.264,0.0,0.0,90.000); CreateObject(1226,1531.685,-2547.527,16.421,0.0,0.0,-45.000); CreateObject(1226,1521.989,-2547.442,16.421,0.0,0.0,-135.000); CreateObject(1226,1522.736,-2538.653,16.421,0.0,0.0,-225.000); CreateObject(1226,1531.204,-2538.942,16.421,0.0,0.0,33.750); CreateObject(987,1511.995,-2574.526,12.547,0.0,0.0,0.0); CreateObject(987,1503.843,-2574.843,12.953,0.0,0.0,0.0); CreateObject(987,1504.091,-2562.996,12.547,0.0,0.0,-90.000); CreateObject(987,1504.164,-2551.197,12.547,0.0,0.0,-90.000); CreateObject(987,1504.204,-2539.492,12.547,0.0,0.0,-90.000); CreateObject(987,1504.245,-2527.568,12.547,0.0,0.0,-90.000); CreateObject(987,1516.106,-2527.479,12.547,0.0,0.0,-180.000); CreateObject(987,1528.030,-2527.463,12.547,0.0,0.0,-180.000); CreateObject(987,1539.938,-2527.495,12.547,0.0,0.0,-180.000); CreateObject(987,1548.893,-2527.490,12.547,0.0,0.0,-180.000); CreateObject(987,1548.478,-2539.013,12.547,0.0,0.0,-270.000); CreateObject(987,1548.504,-2550.959,12.547,0.0,0.0,90.000); CreateObject(987,1548.445,-2562.733,12.547,0.0,0.0,-270.000); CreateObject(987,1548.391,-2574.545,12.547,0.0,0.0,90.000); CreateObject(987,1536.602,-2574.493,12.547,0.0,0.0,0.0); CreateObject(987,1530.506,-2574.530,12.547,0.0,0.0,0.0); CreateObject(1423,1524.390,-2553.194,13.258,0.0,0.0,-90.000); CreateObject(1423,1529.478,-2553.385,13.258,0.0,0.0,-90.000); CreateObject(988,1531.157,-2548.814,13.586,0.0,0.0,33.750); CreateObject(988,1533.357,-2544.605,13.586,0.0,0.0,90.000); CreateObject(988,1533.359,-2542.179,13.586,0.0,0.0,90.000); CreateObject(988,1531.408,-2537.707,13.586,0.0,0.0,135.000); CreateObject(988,1527.160,-2535.877,13.586,0.0,0.0,-180.000); CreateObject(988,1522.736,-2537.327,13.586,0.0,0.0,-146.250); CreateObject(988,1520.628,-2541.493,13.586,0.0,0.0,-90.000); CreateObject(988,1522.590,-2548.614,13.586,0.0,0.0,-45.000); CreateObject(988,1520.712,-2544.338,13.586,0.0,0.0,-90.000);
Код:
========================================================== NEW ========================================================== new cage1; ========================================================= DEFINE ========================================================= cage1 = CreateObject(975,1526.808,-2550.417,14.258,0.0,0.0,0.0); ======================================================== COMMAND ======================================================== if (strcmp(cmdtext, "/cageo", true)==0) { if(PlayerInfo[playerid][pAdmin] >= 1) // { MoveObject(cage1,1526.808,-2550.417,8.258,10.000000); SendClientMessage(playerid, COLOR_YELLOW, "Gates For Cage Rage Open!"); } else return SendClientMessage(playerid, COLOR_LIGHTRED, "You Are Not Admin!"); } if (strcmp(cmdtext, "/cagec", true)==0) { if(PlayerInfo[playerid][pAdmin] >= 1) { MoveObject(cage1,1526.808,-2550.417,14.258,10.000000); SendClientMessage(playerid, COLOR_YELLOW, "Gates For Cage Rage Closed!"); } else return SendClientMessage(playerid, COLOR_LIGHTRED, "You Are Not Admin!"); }
Please Comment my work (btw new at scripting)