Jump to content

Mister

Moderator
  • Posts

    1,884
  • Joined

  • Last visited

  • Days Won

    113

Community Answers

  1. Mister's post in Problema - TD was marked as the answer   
    Nu, normal ca nu iti apare pe localhost, pentru ca linux e complet diferit fata de windows. Asa suntem noi facem un server pe windows dar dupa ne dam seama ca trebuie pus pe linuxul de la host si trebuie unpic configurat.
    Vezi poate ai filterscript-uri care interfereaza cu idul textdrawului "report"
  2. Mister's post in Problema stock was marked as the answer   
    T.c. am rezolvat
  3. Mister's post in Cum sterg asta... was marked as the answer   
    Nu conteaza ce GM folosesti pune asta la OngameModeInit
     
    DisableInteriorEnterExits(); 
  4. Mister's post in Problema PayDay was marked as the answer   
    Nu e nevoie sa il puna pentru ca in publicul syncup este deja payday
    Cauta in gm unde ai aceasta comanda
    PayDay();
  5. Mister's post in problema text masina was marked as the answer   
    Asa e scuze, trebuia sa setezi unghiul cand atasezi obiectul de masina
    aici
     
     
     
    acel -90 ultina coordobata. este unghiul cand il atasezi incearca sa rotesti de el.
     
    AttachObjectToVehicle(padurar, masinalemne, -0.120000, 4.414052, 0.000000, 0.000000, 0.000000, -90.449951); 
    Coordonat cealaltade care ti-am zis sa o pui inapoi 0.3
  6. Mister's post in Problema lights was marked as the answer   
    Doamne, si cum naiba poate exista asa ceva?
    Adica macar ai vazut ca in comanda este new x_nr[24];
    x_nr = strtok(cmdtext, idx);
    if(!strlen(x_nr))
     
    Sa inteleg ca atunci cand apas Y apare un dialog ca sa stie ca scriu lights si sa aprinda farurile si daca spui ca vrei sa copiez comanda lights pe Y am incercat am facut exact la fel si nu merge, incercati si voi sa vedeti daca merge.
  7. Mister's post in Ajutor Multipli Helper was marked as the answer   
    In gm undeva este
     
    enum pInfo
    {
         pKey,
        pLevel,
        pSpawn,
     
     
    1 adaugi " pHelper, "
    2 la public OnPlayerConnect(playerid)
    cauti ceva de genul asta
        PlayerInfo[playerid][pSpeedo] = 0;
        PlayerInfo[playerid][pHideNumber] = 0;
        PlayerInfo[playerid][pSpeaker] = 0;
     
    si adaugi
    PlayerInfo[playerid][pHelper] = 0;
    3. cauti comanda de face admin, si peste tot unde este padmin sau admin cum ai tu
    inlocuiesti cu " pHelper "
     
    apoi la comanda ex
    "/gotols"
     



    unde este   if(PlayerInfo[playerid][pAdmin] >= 1) adugi asa
                if(PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pHelper] >= 1))
  8. Mister's post in [Helpme] was marked as the answer   
    https://github.com/pBlueG/SA-MP-MySQL/releases
     

    incerca asta
     
    primul linck
×
×
  • 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.