Jump to content

TheDevils

Membru
  • Posts

    51
  • Joined

  • Last visited

    Never

Posts posted by TheDevils

  1. Intri in server si te duci la "aa" sau unde vrei sa ramana masina si dai /save .(sa fii in masina cand dai /save)

    Dupa te duci in:

    C:\Users\Alecs\Documents\GTA San Andreas User Files
    si acolo o sa apara :
    "saveposition.txt"
    , si de acolo iei coordonatele si intri in GM si la
    OnGameModeInit
    si sub el scrii
    AddStaticVehicle(aici coordonatele care le iei din "saveposition.txt");

    Nu stiu cat de bine am explicat dar sper sa intelegi ..

    Bafta .

  2. Te duci la OnDialogResponse si scri

    if(dialogid == 1) // aici id primului dialog ..
    {
    if(response == 1) // 1 pentru primul buton sau 0 pentru al 2-lea
        {
     //aici dialogul care vrei sa apara dupa ce dai "next"
        }
    }

  3. Prietenas ia pune asta :

        
    if(newkeys & KEY_ANALOG_UP  && IsPlayerInAnyVehicle(playerid))
        {
          new Float:X,Float:Y,Float:Z;
          GetVehicleVelocity(GetPlayerVehicleID(playerid), X, Y, Z);
            SetVehicleVelocity(GetPlayerVehicleID(playerid), X * 1.6, Y * 1.6, Z * 1.6);
        }
    la public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) si o sa arate asa :
    public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
    {
    if(newkeys & KEY_ANALOG_UP  && IsPlayerInAnyVehicle(playerid))
        {
          new Float:X,Float:Y,Float:Z;
          GetVehicleVelocity(GetPlayerVehicleID(playerid), X, Y, Z);
            SetVehicleVelocity(GetPlayerVehicleID(playerid), X * 1.6, Y * 1.6, Z * 1.6);
        }
    return 1;
    }

  4. [glow=red,2,300]Doamne fereste .... in regulament scrie sa postati tot pe server nu pe mess sau alt ceva frateee....si chica ti-e lene sa postezi linile ,atunci nu mai posta degeaba .[/glow]

    Sa stii ca nu i-am dat id meu .. ;)

  5. :.." post="121635" timestamp="1335018999"]

    Ai in server.cfg:

    plugins streamer.dll/.so (Streamer ... sau e folosesti tu | .dll=windows .so=linux)
    filterscripts "numele pluginului"

    Multumesc uitasem sa pun linia plugins in server.cfg ..

    Rezolvat !

×
×
  • 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.