Jump to content

[Game-Mode]R.U.G


aditzu1001

Recommended Posts

Am serverul asta de vreo 2 ani si am bagat multa munca in el chiar daca nu stiu eu multe despre scripting am reusit sa fac ceva destul de frumos.

Nu este 100% creat de mine avand la baza in gm de stunt de pe 0.2x care a fost editat/re-editat si la final rescris de mine cu tot ce trebuie .

Are vreo 30-40 de comenzi de teleport, alte cateva zeci de comenzi ca /heal , /armour, /car pentru playeri.

Sunt peste 20 de mii de obiecte totusi filterscripturile de stream nu sunt bine facute din cauza unor probleme cu pwn-urile......

Imagini nu am si nici nu cred ca o sa postez dar sper sa il testati.

Pentru cei care o sa spuna ca nu-i facut de mine ca este un edit RSS nu este, recunosc sunt elemente rss in gm dar nu multe ca sa fie probleme.

Buguri:

Cum am spus am rescris gm-ul de curand inlaturand multe buguri vreo 20 la numar printre care si faptul ca nu puteam pune pickupuri , 3dtextlabels,checkpoints direct in gm.

Dar acum este "clean" fara probleme.

Credits:

Eu -> [GMS]Mr.Jacob

[GTR]Cl@udiu4Dryft

[RSS]RuNiX (este baza lui totusi meritu lui!)

si cam atat imi aduc aminte momentat.

Filterscripturi are o groaza dar nu stiu care e facut de care deci il trecem Unknown :))

Atentie! Nu este recomandat celor care habar nu am ce sa faca cu el adik celor care nu stiu sa scoata niste linii din server cfg ar mai fi ramas niste lucruri dar cred ca am scos tot ce nu trebuia

Download:

http://www.mediafire.com/?1d1bx2f2isj216w

Sper ca nimeni sa nu se supere ca postez acest gm si sa nu am multi care sunt suparati ca este un edit!Totusi nu prea era de editat mult =))

A si scuze pentru greseli de scriere e un pic 2 noaptea si nu vad bine!

Doomsday is in everyday of school not on the day of 2012 the school kills all of us not just the kids|!

Link to comment
Share on other sites

Guest RockStar

RSS-V2 100% Citeste regulamentul (Fara rss-edituri) si tu nu ai schimbat nimic la gm asta decat creditele...

Ia uite

if (strcmp(cmdtext, "/RuNix", true) == 0)
	{
    ResetPlayerWeapons(playerid);
    if (IsPlayerInAnyVehicle(playerid)) {
    SetVehiclePos(GetPlayerVehicleID(playerid),403.447265,2466.154296,16.506214 );
    SetVehicleZAngle(GetPlayerVehicleID(playerid), 266.558685);
    LinkVehicleToInterior(GetPlayerVehicleID(playerid), 0);
    }
    if (!IsPlayerInAnyVehicle(playerid)) {
    SetPlayerPos(playerid,403.447265,2466.154296,16.506214 );
    SetPlayerFacingAngle(playerid, 266.558685);
    SetPlayerInterior(playerid, 0);
    ResetPlayerWeapons(playerid);
    }
    SendClientMessage(playerid, 0xFFFF00AA, "You Have Been Teleported To Old Airport!");
    SetPlayerWorldBounds(playerid, 20000.0000,-20000.0000,20000.0000,-20000.0000); // Bounderies Off//
    DM[playerid] = 0;
    return 1;
    }
    if (strcmp(cmdtext, "/PLoLicE", true) == 0) {
    
    ResetPlayerWeapons(playerid);
    if (IsPlayerInAnyVehicle(playerid)) {
    SetVehiclePos(GetPlayerVehicleID(playerid),403.447265,2466.154296,16.506214 );
    SetVehicleZAngle(GetPlayerVehicleID(playerid), 266.558685);
    LinkVehicleToInterior(GetPlayerVehicleID(playerid), 0);
    }
    if (!IsPlayerInAnyVehicle(playerid)) {
    SetPlayerPos(playerid,403.447265,2466.154296,16.506214 );
    SetPlayerFacingAngle(playerid, 266.558685);
    SetPlayerInterior(playerid, 0);
    ResetPlayerWeapons(playerid);
    }
    SendClientMessage(playerid, 0xFFFF00AA, "You Have Been Teleported To Old Airport!");
    SetPlayerWorldBounds(playerid, 20000.0000,-20000.0000,20000.0000,-20000.0000); // Bounderies Off//
    DM[playerid] = 0;
    return 1;
    }

2 Comenzi din gm ;)

Link to comment
Share on other sites

  • WopsS unlocked this topic

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.