Jump to content

TeA

Membru
  • Posts

    22
  • Joined

  • Last visited

Everything posted by TeA

  1. TeA

    pica serverul

    [debug] Server crashed while executing AZone.amx [17:12:47] [debug] AMX backtrace: [17:12:47] [debug] #0 native SendClientMessageToAll () from samp03svr [17:12:47] [debug] #1 00133878 in public cmd_votelider (0, 105450596) from AZone.amx [17:12:47] [debug] #2 native CallLocalFunction () from samp03svr [17:12:47] [debug] #3 00008424 in public OnPlayerCommandText (0, 105450540) from AZone.amx [17:12:47] [debug] Native backtrace: [17:12:47] [debug] #0 b73d9e8b in _ZN10StackTraceC1EPv () from plugins/crashdetect.so [17:12:47] [debug] #1 b73d2bcf in _ZN11CrashDetect20PrintNativeBacktraceERSoPv () from plugins/crashdetect.so [17:12:47] [debug] #2 b73d3dbc in _ZN11CrashDetect20PrintNativeBacktraceEPv () from plugins/crashdetect.so [17:12:47] [debug] #3 b73d4226 in _ZN11CrashDetect11OnExceptionEPv () from plugins/crashdetect.so [17:12:47] [debug] #4 b73d9adc in ?? () from plugins/crashdetect.so [17:12:47] [debug] #5 b76f1600 in ?? () [17:12:47] [debug] #6 b7476ba1 in ?? () from /lib/libc.so.6 [17:12:47] [debug] #7 b744122f in _IO_vfprintf () from /lib/libc.so.6 [17:12:47] [debug] #8 b74606bc in vsprintf () from /lib/libc.so.6 [17:12:47] [debug] #9 080add67 in ?? () from ./samp03svr [17:12:47] [debug] #10 080d9e51 in ?? () from ./samp03svr [17:12:47] [debug] #11 080950e4 in ?? () from ./samp03svr [17:12:47] [debug] #12 b73d594b in _ZN11CrashDetect13DoAmxCallbackEiPiS0_ () from plugins/crashdetect.so [17:12:47] [debug] #13 b73d88f8 in ?? () from plugins/crashdetect.so [17:12:47] [debug] #14 b73dc916 in amx_Exec () from plugins/crashdetect.so [17:12:47] [debug] #15 b73d4be6 in _ZN11CrashDetect9DoAmxExecEPii () from plugins/crashdetect.so [17:12:47] [debug] #16 b73d8659 in ?? () from plugins/crashdetect.so [17:12:47] [debug] #17 b61892ea in ?? () from plugins/streamer.so [17:12:47] [debug] #18 080dfd62 in ?? () from ./samp03svr [17:12:47] [debug] #19 080950e4 in ?? () from ./samp03svr [17:12:47] [debug] #20 b73d594b in _ZN11CrashDetect13DoAmxCallbackEiPiS0_ () from plugins/crashdetect.so [17:12:47] [debug] #21 b73d88f8 in ?? () from plugins/crashdetect.so [17:12:47] [debug] #22 b73dc916 in amx_Exec () from plugins/crashdetect.so [17:12:47] [debug] #23 b73d4be6 in _ZN11CrashDetect9DoAmxExecEPii () from plugins/crashdetect.so [17:12:47] [debug] #24 b73d8659 in ?? () from plugins/crashdetect.so [17:12:47] [debug] #25 b61892ea in ?? () from plugins/streamer.so [17:12:47] [debug] #26 080a5632 in ?? () from ./samp03svr [17:12:47] [debug] #27 080b1751 in ?? () from ./samp03svr [17:12:47] [debug] #28 08071d38 in ?? () from ./samp03svr [17:12:47] [debug] #29 08071e32 in ?? () from ./samp03svr [17:12:47] [debug] #30 0807bc50 in ?? () from ./samp03svr [17:12:47] [debug] #31 080aed3d in ?? () from ./samp03svr [17:12:47] [debug] #32 080aef02 in ?? () from ./samp03svr [17:12:47] [debug] #33 080aa13a in ?? () from ./samp03svr [17:12:47] [debug] #34 b7413d26 in __libc_start_main () from /lib/libc.so.6 [17:12:47] [debug] #35 0804b4e1 in ?? () from ./samp03svr
  2. TeA

    pica serverul

    Problema intalnita (descriere): pica serverulEro(area / rile) / warning-(ul / urile): de fiecare data cand scrie /votelideron pica serverul . CMD:votelideron(playerid,params[]) { if(IsPlayerConnected(playerid)) { if (PlayerInfo[playerid][pAdmin] >= 5) { if(VoteLider == 0) { SendClientMessageToAll(COLOR_RED, " Adminul %s a activat comanda /votelider. Pentru a vota tastati /votelider id."); VoteLider = 1; } else { SendClientMessage(playerid, COLOR_RED, " Este deja o votare in desfaurare."); } } else { SendClientMessage(playerid, COLOR_RED, " Nu ai gradul necesar pentru a folosi aceasta comanda."); } } return 1; } CMD:votelideroff(playerid,params[]) { if(IsPlayerConnected(playerid)) { if (PlayerInfo[playerid][pAdmin] >= 5) { if(VoteLider == 1) { SendClientMessageToAll(COLOR_RED, " Adminul %s a dezactivat comanda /votelider."); VoteLider = 0; } else { SendClientMessage(playerid, COLOR_RED, " Votare este deja incheiata."); } } else { SendClientMessage(playerid, COLOR_RED, " Nu ai gradul necesar pentru a folosi aceasta comanda."); } } return 1; } Liniile de cod / sursa / script-ul(obligatoriu):Imagini / Video (optional):Ati incercat sa rezolvati singur?: da
  3. TeA

    Timer

    Problema intalnita (descriere): eroare timerEro(area / rile) / warning-(ul / urile): CMD:votelider(playerid,params[]) { if(IsPlayerConnected(playerid)) { if(votelider == 1) return SendClientMessage(playerid, COLOR_LIGHTRED, "Nu e nici o votare in desfasurare"); { if((GetTickCount()-WaitTimeForCMD[playerid])>120000)return SendClientMessage(playerid,RED,"ERROR: Tocmai ai votat !"); if(sscanf(params, "ui",id)) return SendClientMessage(playerid, 0xFFFFFFFF, "{FF9900}Scrie: {33CCFF}/votelider <Playerid>"); if(IsPlayerConnected(id)) return SendClientMessage(playerid, 0xFFFFFFFF, "Jucatorul nominalizat nu este pe server ."); { SendClientMessageToAll(COLOR_RED, " %s l-a ales pe %d pentru functia de lider."); } } } return 1; } Liniile de cod / sursa / script-ul(obligatoriu):Imagini / Video (optional):Ati incercat sa rezolvati singur?: da
  4. TeA

    Timer

    As dori sa fac un cooldown de 2 min la o comanda ( votelider ) si nu ma descurc la timer , va rug frumos sa ma ajutati . CMD:votelider(playerid,params[]) { if(IsPlayerConnected(playerid)) { if(!votelider == 1) return SendClientMessage(playerid, COLOR_LIGHTRED, "Nu e nici o votare in desfasurare"); { if(sscanf(params, "ui",id)) return SendClientMessage(playerid, 0xFFFFFFFF, "{FF9900}Scrie: {33CCFF}/votelider <Playerid>"); if(IsPlayerConnected(id)) return SendClientMessage(playerid, 0xFFFFFFFF, "Jucatorul nominalizat nu este pe server ."); { SendClientMessageToAll(COLOR_RED, " %s l-a ales pe %d pentru functia de lider."); } } } return 1; } p.s am incercat sa fac un timer singur adaugand : if((GetTickCount()-WaitTimeForCMD[playerid])>120000)return SendClientMessage(playerid,RED,"ERROR: Tocmai ai votat !"); dar primesc erori .
  5. Poziţie: scripter proAlte detalii: caut scripter profesionist cu care sa deschid un server de samp , sa fie matur , eu ii ofer: -host -grad pe forum si server -toate donatiile ii revin lui El trebuie sa vina cu gm unic sa sa editam unul
  6. Salut , Ma numesc Andrei si am intampinat o problema la serverul meu se samp cu gmul rg3 by maurice , aceasta problema se poate vadea dupa terminarea tutorialului cand se blocheaza ecranul , uitati ss: http://postimg.org/image/3mrpekhdz/ Daca aveti vreo idee de la ce e , va rog sa-mi lasati aici raspuns sau pm . Si aici server log: [ -- ] [ Gamemode STARTED ] [ -- ] [21:09:03] Number of vehicle models: 0 [21:09:03] [MYSQL] Static Vehicles: 294 [21:09:03] [MYSQL] Houses: 2 [21:09:03] [MYSQL] Biz: 24 [21:09:03] [MYSQL] SBiz: 12 [21:09:03] [MYSQL] Safeboxs: 7 [21:09:03] [MYSQL] Turfs: 5 [21:09:03] [MYSQL] Dealership Vehicles: 74 [21:09:03] [MYSQL] Peco: 24 [21:09:03] [MYSQL] Users: 850 | Record: 62 (28.06.2014 17:29) [21:10:41] [connection] 82.137.12.54:2434 requests connection cookie. [21:10:42] Incoming connection: 82.137.12.54:2434 id: 0 [21:10:42] [join] MuTu has joined the server (0:82.137.12.54) [21:10:51] MuTu has logged in from IP: 82.137.12.54
  7. Salut , Ma numesc Andrei si am intampinat o problema la serverul meu se samp cu gmul rg3 by maurice , aceasta problema se poate vadea dupa terminarea tutorialului cand se blocheaza ecranul , uitati ss: http://postimg.org/image/3mrpekhdz/ Daca aveti vreo idee de la ce e , va rog sa-mi lasati aici raspuns sau pm . Si aici server log: [ -- ] [ Gamemode STARTED ] [ -- ] [21:09:03] Number of vehicle models: 0 [21:09:03] [MYSQL] Static Vehicles: 294 [21:09:03] [MYSQL] Houses: 2 [21:09:03] [MYSQL] Biz: 24 [21:09:03] [MYSQL] SBiz: 12 [21:09:03] [MYSQL] Safeboxs: 7 [21:09:03] [MYSQL] Turfs: 5 [21:09:03] [MYSQL] Dealership Vehicles: 74 [21:09:03] [MYSQL] Peco: 24 [21:09:03] [MYSQL] Users: 850 | Record: 62 (28.06.2014 17:29) [21:10:41] [connection] 82.137.12.54:2434 requests connection cookie. [21:10:42] Incoming connection: 82.137.12.54:2434 id: 0 [21:10:42] [join] MuTu has joined the server (0:82.137.12.54) [21:10:51] MuTu has logged in from IP: 82.137.12.54
  8. Cum pot activa un account , si daca as putea sa elimin aceasta parte
  9. SA-MP Dedicated Server ---------------------- v0.3.7, (C)2005-2015 SA-MP Team [14:18:58] [14:18:58] Server Plugins [14:18:58] -------------- [14:18:58] Loading plugin: mysql.so [14:18:58] > MySQL plugin R6 successfully loaded. [14:18:58] Loaded. [14:18:58] Loading plugin: crashdetect.so [14:18:58] CrashDetect v4.15.1 is OK. [14:18:58] Loaded. [14:18:58] Loading plugin: streamer.so [14:18:58] *** Streamer Plugin v2.7.7 by Incognito loaded *** [14:18:58] Loaded. [14:18:58] Loading plugin: sscanf.so [14:18:58] [14:18:58] =============================== [14:18:58] sscanf plugin loaded. [14:18:58] Version: 2.8.1 [14:18:58] (c) 2012 Alex "Y_Less" Cole [14:18:58] =============================== [14:18:58] Loaded. [14:18:58] Loading plugin: Whirlpool.so [14:18:58] [14:18:58] ================== [14:18:58] [14:18:58] Whirlpool loaded [14:18:58] [14:18:58] ================== [14:18:58] [14:18:58] Loaded. [14:18:58] Loading plugin: fixes2.so [14:18:58] [14:18:58] =============================== [14:18:58] fixes plugin loaded. [14:18:58] (c) 2012 Alex "Y_Less" Cole [14:18:58] =============================== [14:18:58] Loaded. [14:18:58] Loaded 6 plugins. [14:18:58] [14:18:58] Filterscripts [14:18:58] --------------- [14:18:58] Loaded 0 filterscripts. [14:18:58] [debug] Run time error 19: "File or function is not found" [14:18:58] [debug] cache_get_row_count [14:18:58] [debug] cache_get_field_content_int [14:18:58] [debug] cache_get_field_content [14:18:58] [debug] mysql_format [14:18:58] [debug] mysql_tquery [14:18:58] [debug] cache_get_field_content_float [14:18:58] [debug] mysql_log [14:18:58] [debug] cache_insert_id [14:18:58] [debug] Run time error 19: "File or function is not found" [14:18:58] [debug] cache_get_row_count [14:18:58] [debug] cache_get_field_content_int [14:18:58] [debug] cache_get_field_content [14:18:58] [debug] mysql_format [14:18:58] [debug] mysql_tquery [14:18:58] [debug] cache_get_field_content_float [14:18:58] [debug] mysql_log [14:18:58] [debug] cache_insert_id [14:18:58] Script[gamemodes/rg3.amx]: Run time error 19: "File or function is not found" [14:18:58] Number of vehicle models: 0 Ma puteti ajuta?
  10. SA-MP Dedicated Server ---------------------- v0.3.7, (C)2005-2015 SA-MP Team [14:18:58] [14:18:58] Server Plugins [14:18:58] -------------- [14:18:58] Loading plugin: mysql.so [14:18:58] > MySQL plugin R6 successfully loaded. [14:18:58] Loaded. [14:18:58] Loading plugin: crashdetect.so [14:18:58] CrashDetect v4.15.1 is OK. [14:18:58] Loaded. [14:18:58] Loading plugin: streamer.so [14:18:58] *** Streamer Plugin v2.7.7 by Incognito loaded *** [14:18:58] Loaded. [14:18:58] Loading plugin: sscanf.so [14:18:58] [14:18:58] =============================== [14:18:58] sscanf plugin loaded. [14:18:58] Version: 2.8.1 [14:18:58] (c) 2012 Alex "Y_Less" Cole [14:18:58] =============================== [14:18:58] Loaded. [14:18:58] Loading plugin: Whirlpool.so [14:18:58] [14:18:58] ================== [14:18:58] [14:18:58] Whirlpool loaded [14:18:58] [14:18:58] ================== [14:18:58] [14:18:58] Loaded. [14:18:58] Loading plugin: fixes2.so [14:18:58] [14:18:58] =============================== [14:18:58] fixes plugin loaded. [14:18:58] (c) 2012 Alex "Y_Less" Cole [14:18:58] =============================== [14:18:58] Loaded. [14:18:58] Loaded 6 plugins. [14:18:58] [14:18:58] Filterscripts [14:18:58] --------------- [14:18:58] Loaded 0 filterscripts. [14:18:58] [debug] Run time error 19: "File or function is not found" [14:18:58] [debug] cache_get_row_count [14:18:58] [debug] cache_get_field_content_int [14:18:58] [debug] cache_get_field_content [14:18:58] [debug] mysql_format [14:18:58] [debug] mysql_tquery [14:18:58] [debug] cache_get_field_content_float [14:18:58] [debug] mysql_log [14:18:58] [debug] cache_insert_id [14:18:58] [debug] Run time error 19: "File or function is not found" [14:18:58] [debug] cache_get_row_count [14:18:58] [debug] cache_get_field_content_int [14:18:58] [debug] cache_get_field_content [14:18:58] [debug] mysql_format [14:18:58] [debug] mysql_tquery [14:18:58] [debug] cache_get_field_content_float [14:18:58] [debug] mysql_log [14:18:58] [debug] cache_insert_id [14:18:58] Script[gamemodes/rg3.amx]: Run time error 19: "File or function is not found" [14:18:58] Number of vehicle models: 0 Am urcat gmu pe host , o mers bine totul , s-au incatcat pluginurile apoi gmu o picat , help me pls
  11. incearca daca ai o copie a gmului cand functiona , o bagi pe aia si iei din gmu pwn nou ala care nu merge chestiile noi si le bagi pe ala vechi care merge si il compilezi
  12. dai restart la server sau compileaza din nou gmu
  13. acc ftp , gamecp , phpmyadmin , scripter, scripter pe forum
  14. nu pot sa-l compilez , imi da not-responding , help me pls
  15. nu pot sa-l compilez , imi da not-responding , help me pls
  16. TeA

    Mysql

    ma ajuta cineva sau ?
  17. TeA

    Mysql

    Salut , ma puteti invata cum sa pun un sv cu mysql pe host ? sunt nou si e prima data , cu respecet Andrei
  18. Poziţie: scripter proAlte detalii: caut un scripter profesionist cu care sa incep un proiect , am host , am gm ( a lu maurice ) pe mysql .El doar sa scripteze si sa rezolve buguri , dau scripter , lasa-ti aici messu sau skypeu vostru
×
×
  • 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.