Jump to content

Джо

Membru
  • Posts

    1,557
  • Joined

  • Last visited

  • Days Won

    28

Posts posted by Джо

  1. Salutari samp.ro.Am si eu o intrebare cum fac o comanda spre exemplu /buydecodor si /decodor pentru factiunile MAI?

    Exemplu am vazut pe un server pe cand eram in Jandarmerie eram la PD si vroiam sa iau o masina de politie si imi spunea nu ai decodor pentru a porni masina mergi la piata neagra si ia unul.Deci cum as putea face asta ca nu prea am nici un habar de unde sa incep.

  2. Salut am intampinat o problema si anume unknown la server,miam reinstalat windowsul si dupa a luato razna.

    Problema:Script[gamemodes/a2viata.amx]: Run time error 19: "File or function is not found"

    Mentionez ca am compilat din nou Gamemodeul si nu mia dat nici o eroare.

  3. Sterge "%s has bought health" sa ramana asa "".La fel faci si la armura.

    Iar daca doresti sa o faci comanda incearca asta si revino cu un raspuns

    [pawn]new string[128]; new name[MAX_PLAYER_NAME+1];

    GetPlayerName(playerid, name, sizeof(name));

    for(new =0; 0<MAX_PLAYERS; i++)

    {

    if(IsPlayerAdmin(playerid))

    {

    format(string, sizeof(string), "[Admin Logs] %s [%d] has bought an Armour Refill ($2000).", name, playerid);

    SendClientMessage(playerid, COLOR_PURPLE, string); // Send's the format to the online Rcon'ly Logged in Admins.

    }

    }[/pawn]

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