Jump to content

AndreiBoss.adevaratu

Membru
  • Posts

    47
  • Joined

  • Last visited

Posts posted by AndreiBoss.adevaratu

  1. Acum 52 minute, Fashion a spus:

    De ce nu vorbesti cu creatorul scriptului, ca din cate vad eu asta nu este o problema de scripting

    ma poti ajuta dc apare unknown la gm asta imi apare in samp server Server: localhost
    Server vehicles: 170
    Safezones: 13
    [debug] Run time error 4: "Array index out of bounds"
    [debug]  Accessing element at index 100 past array upper bound 99
    [debug] AMX backtrace:
    [debug] #0 00282c28 in public LoadProperty () from gmm.amx
    [debug] #1 000a04dc in ?? () from gmm.amx
    [debug] #2 000285ac in public L_AFK_OnGM () from gmm.amx
    [debug] #3 native CallLocalFunction () from samp-server.exe
    [debug] #4 00018aa4 in public SSCANF_OnGameModeInit () from gmm.amx
    [debug] #5 00012e54 in public Itter_OnGameModeInit () from gmm.amx
    [debug] #6 native CallLocalFunction () from samp-server.exe
    [debug] #7 00011f78 in public ScriptInit_OnGameModeInit () from gmm.amx
    [debug] #8 00010ef0 in public PZone_OnGameModeInit () from gmm.amx
    [debug] #9 native CallLocalFunction () from samp-server.exe
    [debug] #10 00006b54 in public OnGameModeInit () from gmm.amx
    Number of vehicle models: 64
    Accesory loaded: 100

  2. cum adaug un rent car pe gamemodul  burned editat de @CosminAK47  cu coordonatele astea  2222.8284,1837.9689,10.8203
    am vazut ca e rent car dar cand ma duc cu gps acolo nu vad absolut nimic



    UPDATE: ACUM AM VAZUT CA RENT CARU E PE BIZ SALUT! CER TOPIC INCHIS!
     

  3. pe gamemodeul burned bere-rece edit by skillz era adaugat sistemu de garage si eu am facut ce zicea edison acolo sa adaug la cars virtual si sa fac o baza cu garages in baza de date am facut am creat garajul se salveaza garajul in baza si prima oara cand il creez dau goto la el si merge dar cand dau restart la sv cand dau gotogarage sa ma duc zice ca nu exista dar el exista

    si inca o problema cand dau /restartgame se schimba id de la garaj 

  4. Acum 19 ore, [El.Capo] a spus:

    YCMD:setadminoff(playerid, params[], help) { 
        if(PlayerInfo[playerid][pAdmin] < 6) return SendClientMessage(playerid, -1, AdminOnly); 
        new id[24], adminlevel, userid, string[200]; 
        if(sscanf(params, "s[24]i", id, adminlevel)) return SendClientMessage(playerid, COLOR_WHITE, "{33CCFF}Sintaxa: {FFFFFF}/setadminoff <Name> <Admin Level>"); 

        new cont = MySQLCheckAccount(id); 
        if(cont == 0) return SCM(playerid, -1, "Eroare: Acest nume nu a fost gasit in baza de date!"); 
        if(adminlevel < 0 || adminlevel > 6) return SCM(playerid, COLOR_GREY, "Invalid admin level! (0-6)"); 

        format(string, sizeof(string), "I-ai setat lui %s admin %d.", id, adminlevel);
        SendClientMessage(playerid, COLOR_LIGHTBLUE, string); 

        format(string, sizeof(string), "AdmCmd: %s i-a setat lui (Offline)%s admin %d.", GetName(playerid), id, adminlevel); 
        if(GetPVarInt(playerid, "Cover") == 0) SendAdminMessage(COLOR_LOGS, string, 6); 

        new szQuery[128];
        mysql_format(SQL, szQuery, sizeof(szQuery), "UPDATE `users` SET `Admin`='%d' WHERE `Name`='%s'", adminlevel, id);
        mysql_query(SQL, szQuery);

        return 1; 
    }

    +1 te rog !

    gata

  5. ajutati-ma ca la comanda asta YCMD:setadminoff(playerid, params[], help) { if(PlayerInfo[playerid][pAdmin] < 6) return SendClientMessage(playerid, -1, AdminOnly); new id[64], adminlevel, userid, string[200]; if(sscanf(params, "s[64]i", id, adminlevel)) return SendClientMessage(playerid, COLOR_WHITE, "{33CCFF}Sintaxa: {FFFFFF}/setadminoff <Name> <Admin Level>"); new cont = MySQLCheckAccount(id); userid = GetPlayerID(id); if(cont == 0) return SCM(playerid, -1, "Eroare: Acest nume nu a fost gasit in baza de date!"); if(adminlevel < 0 || adminlevel > 6) return SCM(playerid, COLOR_GREY, "Invalid admin level! (0-6)"); format(string, sizeof(string), "I-ai setat lui %s admin %d.", id, adminlevel); SendClientMessage(playerid, COLOR_LIGHTBLUE, string); format(string, sizeof(string), "AdmCmd: %s i-a setat lui (Offline)%s admin %d.", GetName(playerid), id, adminlevel); if(GetPVarInt(playerid, "Cover") == 0) SendAdminMessage(COLOR_LOGS, string, 6);
    PlayerInfo[userid][pAdmin] = adminlevel; return 1; }



    o dau pe contul meu test cu admin  5 si cand intra inapoi tot are adminu va rog corectati-o voi ca sa ramana adminul 0 sau cat i-am setat eu nu i ramane adminul asta e  problema

  6. Acum 1 minut, Radutz a spus:

    Iti da unknown ptr ca ai uitat sa modifici DynamicFactions

    we monel(da-i copy-paste):

    new DynamicFactions[15][Factions], fRankNames[15][7][180]; 

    am rezolvat la era problema la GETFMEMBERS ERA 16 AM PUS 15

  7. dc imi da erorile la includeul garage by edison ? da recunosc m-am uitat prin el si am modificat doar la comenzi in loc de cmd am pus ycmd e gm burned mega edit by @CosminAK47 ajutati-ma va rog  link de la includeul editat de mine care e garage by edison https://www52.zippyshare.com/v/Z9jj210w/file.html
    D:\Metin\gm\gamemodes\gmm.pwn(3732) : warning 217: loose indentation
    D:\Metin\gm\gamemodes\gmm.pwn(3733) : warning 217: loose indentation
    D:\Metin\gm\gamemodes\gmm.pwn(15698) : warning 202: number of arguments does not match definition
    D:\Metin\gm\gamemodes\gmm.pwn(17793) : warning 202: number of arguments does not match definition
    D:\Metin\gm\gamemodes\gmm.pwn(18137) : warning 202: number of arguments does not match definition
    D:\Metin\gm\gamemodes\gmm.pwn(18165) : warning 204: symbol is assigned a value that is never used: "query"
    D:\Metin\gm\gamemodes\gmm.pwn(18165 -- 18166) : warning 209: function "@_yCsetadmin" should return a value
    D:\Metin\gm\gamemodes\gmm.pwn(21387) : warning 202: number of arguments does not match definition
    D:\Metin\gm\gamemodes\gmm.pwn(22470) : warning 202: number of arguments does not match definition
    D:\Metin\gm\gamemodes\gmm.pwn(22568) : warning 202: number of arguments does not match definition
    D:\Metin\gm\gamemodes\gmm.pwn(38037) : warning 217: loose indentation
    D:\Metin\gm\gamemodes\gmm.pwn(38038) : warning 217: loose indentation
    D:\Metin\gm\gamemodes\gmm.pwn(38122) : warning 217: loose indentation
    D:\Metin\gm\gamemodes\gmm.pwn(39098) : warning 217: loose indentation
    D:\Metin\gm\pawno\include\garage_system.inc(716) : error 017: undefined symbol "cmd_park"
    D:\Metin\gm\pawno\include\garage_system.inc(723) : error 021: symbol already defined: "S@@_OnVehicleSpawn"
    D:\Metin\gm\pawno\include\garage_system.inc(728) : error 017: undefined symbol "cVirtual"
    D:\Metin\gm\pawno\include\garage_system.inc(728) : error 017: undefined symbol "cVirtual"
    D:\Metin\gm\pawno\include\garage_system.inc(808) : error 017: undefined symbol "cVirtual"
    D:\Metin\gm\pawno\include\garage_system.inc(835) : error 021: symbol already defined: "SpawnPlayerCar"
    D:\Metin\gm\pawno\include\garage_system.inc(841) : error 017: undefined symbol "cVirtual"
    D:\Metin\gm\pawno\include\garage_system.inc(924) : error 021: symbol already defined: "saveCar"
    D:\Metin\gm\pawno\include\garage_system.inc(927 -- 930) : error 017: undefined symbol "cVirtual"
    D:\Metin\gm\pawno\include\garage_system.inc(1005) : warning 202: number of arguments does not match definition
    D:\Metin\gm\pawno\include\garage_system.inc(1011) : warning 202: number of arguments does not match definition
    D:\Metin\gm\pawno\include\garage_system.inc(1019) : warning 202: number of arguments does not match definition
    D:\Metin\gm\pawno\include\garage_system.inc(1033) : warning 202: number of arguments does not match definition
    D:\Metin\gm\pawno\include\garage_system.inc(1044) : warning 202: number of arguments does not match definition
    D:\Metin\gm\pawno\include\garage_system.inc(1055) : warning 202: number of arguments does not match definition
    D:\Metin\gm\pawno\include\garage_system.inc(1067) : warning 202: number of arguments does not match definition
    D:\Metin\gm\pawno\include\garage_system.inc(1081) : warning 202: number of arguments does not match definition
    D:\Metin\gm\pawno\include\garage_system.inc(1099) : warning 202: number of arguments does not match definition
    D:\Metin\gm\pawno\include\garage_system.inc(1108) : error 021: symbol already defined: "@yC_park"
    D:\Metin\gm\pawno\include\garage_system.inc(1108) : error 084: state conflict: one of the states is already assigned to another implementation (symbol "@yC_park")
    D:\Metin\gm\pawno\include\garage_system.inc(1108) : error 084: state conflict: one of the states is already assigned to another implementation (symbol "@yC_park")
    D:\Metin\gm\pawno\include\garage_system.inc(1108) : fatal error 107: too many error messages on one line

  8. La 06.07.2019 la 15:24, TheRexAdv a spus:

    salut  pentru inceput vei da jos de tot in gamemode la > #pragma dynamic (64*1024) iar deasupra de el scrii asa #include <numele includului si dai compilate> gen 

    exemplu : #include <garageedison>

    Cum il bag pe burned edit by CosminAka47 ???? comenzile is pe ycmd si cand il bag in gamemode imi da erori in include garage dc ? ajutati-ma sau tu @CosminAK47

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