Jump to content

Jomes.

Membru
  • Posts

    102
  • Joined

  • Last visited

Community Answers

  1. Jomes.'s post in leader_panel bug was marked as the answer   
    Poftim nenea.
    La prima linie lasi asa, adica daca aplicatiile sunt deschise(groupAplication == 1) sa iti arate " Inchide aplicatii ", iar daca sunt inchise(groupAplication == 0) sa-ti arate "Deschide aplicatii"
     
    <?php if($dnn['groupAplication']=="1") { ?>
     
    <li><a href="?X=<?=$udata['playerGroup']?>">Inchide aplicatii</a></li>
     
     <?php } ?>
     
    <?php if($dnn['groupAplication']=="0") { ?>
     
    <li><a href="?X2=<?=$udata['playerGroup']?>">Deschide aplicatii</a></li>
     
     
    Greseala din scriptul tau este urmatoarea
     
    <?php if($dnn['groupApplication']=="1") { ?>

    <li><a href="?X=<?=$udata['playerGroup']?>">Inchide aplicatii</a></li>    

    <?php } ?>

    <?php if($dnn['groupApplication']=="1") { ?> treuie sa pui 0
                
    <li><a href="?X2=<?=$udata['playerGroup']?>">Deschide aplicatii</a></li>
  2. Jomes.'s post in Problema HOST was marked as the answer   
    In server.cfg la pluings pui la fiecare .so
  3. Jomes.'s post in Errori help was marked as the answer   
    Incearca asa
    [pawn]case 6:
    {
    new RString[1400];
    strcat(RString, "Perenniel = $1nMoonbeam = $1nBobcat = $1nManana = $1n");
    strcat(RString, "Bravura = $1nSunrise = $1nIntruder = $1nWillard = $1n");
    strcat(RString, "Vincent = $1nStallion = $1nPremier = $1nClub = $1n");
    strcat(RString, "Majestic = $1nAdmiral = $1nMerit = $1nWindsor = $1n");
    strcat(RString, "Feltzer = $1nStratum = $1nComet = $1nCadrona = $1n");
    strcat(RString, "Emperor = $1nFortune = $1nNebul = $1nPrevion = $1n");
    strcat(RString, "Primo = $1nSolair = $1nBlista Compact = $1nTampa = $1n");
    strcat(RString, "Euros = $1nClover = $1");
    ShowPlayerDialog(playerid, 147, DIALOG_STYLE_LIST, "Normal Car:",RString,"Cumpara","Anulare");
    }
    }
    }
    [/pawn]
  4. Jomes.'s post in Problema muzicuta. was marked as the answer   
    Am cautat dupa StopAudioStreamForPlayer si am gasit la
    [pawn]public OnPlayerStateChange[/pawn] un [pawn]StopAudioStreamForPlayer(playerid);[/pawn]
    Am sters aceea funcite si vad ca nu se mai opreste.
  5. Jomes.'s post in Problema gangzone was marked as the answer   
    Era de la comanda /turfs, cand tastam imi arata teritoriul(culoarea) in functie de factiunea detinatoarea a acelui teritoriul. 
    La acea comanda nu am pus functile ca se seteze culoarea.
    Nu postez pentru +1, cand postez ceva, chiar am o problema.
     
    Ca sa nu mai deschid alt topic, poti sa-mi spui si mie de ce nu mai porneste melodia de la logare/inregistrare cand introduc functia 
    [pawn]TogglePlayerSpectating(playerid, 1);[/pawn] la [pawn]OnPlayerRequestClass[/pawn]????
  6. Jomes.'s post in Cerere tutorial MTA was marked as the answer   
    Iti trebuie Map Editor, cu acest program poti sa stergi obiectele originale din San Andreas si poti sa faci alta mapa.
  7. Jomes.'s post in DMV was marked as the answer   
    Cauta dupa denumirea masinilor de la dmv pana ajungi la funcita.
    [pawn]public OnPlayerStateChange(playerid, newstate, oldstate)[/pawn]
    Acolo trebuie sa ai un [pawn]SetPlayerCheckpoint[/pawn]
  8. Jomes.'s post in Problema biz was marked as the answer   
    Era interiorul gresit, am pus interior 8 in loc de 10.
    MErsi pentru ajutor.
×
×
  • 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.