Jump to content

Dorel

Membru
  • Posts

    10
  • Joined

  • Last visited

Posts posted by Dorel

  1. Buna... am nevoie de ajutorul vostru va rog :)

    Am intampinat o problema in seara asta am adaugat un tdeditor, totul merge perfect pana ce intru in joc si tastez /tde imi scrie (TDEditor only can be used from localhost (127.0.0.1) )

    Iar cand pornesc xampp si intru pe localhost(127.0.0.1) in Phpmyadmin imi da o alta eroare, eroarea fiind (The mysqli extension is missing.Please check you PHP configuration.See our documentation for more inforimation 

    Cam atat, daca m ati putea ajuta v as fi recunoscator 

    MULTUMESC ;))

  2. Salut vreau sa deschid baza de date la un gamemode si am xammp, si cand scriu localhost pe google imi da o eroare la phpMyAdmin...

    eroarea este: The mysqli extension is missing. Please check your PHP configuration. See our documentation for more information.

    Va rog sa ma ajutati este urgent !!

    Multumesccccc

  3. Salut ma puteti ajuta cu ceva, adica sa imi spuneti ce pot face la eroare asta ca sa nu mai apara,

    Eroarea este :Script[gamemodes/grandlarc.amx]: Run time error 19: "File or function is not found"

    Apare cand deschid serverul in consola...

    Va rog daca puteti sa ma ajutati cat mai repede 

    MULTUMESC

  4. Acum 53 minute, iSorin[] a spus:

    Pai un cod sursa ? :)) 

    public OnPlayerConnect(playerid)
    {
        GameTextForPlayer(playerid,"~w~SucKer",3000,79);
          SendClientMessage(playerid,COLOR_WHITE,"Bun Venit Pe Server-ul Nostru");
          
          // class selection init vars
          gPlayerCitySelection[playerid] = -1;
        gPlayerHasCitySelected[playerid] = 0;
        gPlayerLastCitySelectionTick[playerid] = GetTickCount();
        gPoliceSpawns[playerid];
        gArmySpawns[playerid];
        gMedicalSpawns[playerid];

        //SetPlayerColor(playerid,COLOR_NORMAL_PLAYER);

        /*
        Removes vending machines
        RemoveBuildingForPlayer(playerid, 1302, 0.0, 0.0, 0.0, 6000.0);
        RemoveBuildingForPlayer(playerid, 1209, 0.0, 0.0, 0.0, 6000.0);
        RemoveBuildingForPlayer(playerid, 955, 0.0, 0.0, 0.0, 6000.0);
        RemoveBuildingForPlayer(playerid, 1775, 0.0, 0.0, 0.0, 6000.0);
        RemoveBuildingForPlayer(playerid, 1776, 0.0, 0.0, 0.0, 6000.0);
        */
        
        /*
        new ClientVersion[32];
        GetPlayerVersion(playerid, ClientVersion, 32);
        printf("Player %d reports client version: %s", playerid, ClientVersion);*/

        return 1;
    }

     

    Asta e ok ? sunt mai la inceput scuze !

  5. Salut incerc sa fac un gamemode si am intampinat o problema, nu neaparat atat de mare dar trebuie rezolvata ,problema este ca, cand dau compile imi da 3 warning-uri

    warning 215: expression has no effect 

    warning 215: expression has no effect

    warning 215: expression has no effect

    Astea sunt warningurile, iar cand pornesc serverul in consola apare asta:


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

    MA PUTETI AJUTA VA ROG MULT !!! 

    MULTUMESC

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