Jump to content

mihai123

Membru
  • Posts

    15
  • Joined

  • Last visited

    Never

mihai123's Achievements

Apprentice

Apprentice (3/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Ultimele 2 poze nu merg, poate le editezi când ai timp.
  2. Hostul e pe Linux, cand il deschid in calculatorul meu pot sa ma conectez, dar nu si sa ma inregistrez, desi este conectat la baza de date. Pun in server.cfg plugin-urile cu .so, dar daca nu scriu sscanf se deschide server-ul insa scrie Gamemode: Unknown, iar daca scriu sscanf nici macar nu se deschide. ADD: <nu se lasa id-uri> | Cine crede ca ma poate ajuta.
  3. Am adaugat sscanf.so, iar acum serverul nu se deschide (din nou). Ce am descoperit: Cand il pun pe localhost (Windows) serverul citeste casele, bizurile, etc., dar nu merge sa ma loghez.
  4. Am adaugat plugin nativechecker, iar acum in server_log.txt imi apare asta: Error: Function not registered: 'sscanf'
  5. CTRL + F = public OnPlayerSpawn Sub ea adaugi asta [pawn]if (PlayerData[playerid][pMember] == 1 || PlayerData[playerid][pLeader] == 1)// 1 = Numarul factiunii { SetPlayerToTeamColor(playerid); SetPlayerPos(playerid, X, Y, Z); // Coordonatele SetPlayerFacingAngle(playerid, 270.0); // Unghiul camerei SetPlayerInterior(playerid,0); // Inlocuiesti 0 cu ID-ul interiorului (daca este spawnat in interior) PlayerData[playerid][pInt] = 0; // ^^^ SetPlayerVirtualWorld(playerid, 0); // Lasi asa return 1; }[/pawn]
  6. [18:03:11] [MYSQL]: Connection to `*Baza de date*` succesful! [18:03:12] -Case citite: 0 [18:03:12] -Canale IRC citite: 0 [18:03:12] -Character Killuri citite: 0 [18:03:12] -Ziare citite: 0 [18:03:12] -Bizzuri citite: 0 [18:03:12] -SBizzuri citite: 0 [18:03:12] -Teritorii citite: 0 [18:03:12] -Seifuri citite: 0 [18:03:12] -Masini citite: 0 [18:03:12] -DealerShips citite: 1 [18:03:12] -Masini dealer citite: 0 [18:03:12] ID = 0 | Factiune = 0 | Alianta = 0 [18:03:12] ID = 0 | Factiune = 0 | Alianta = 0 [18:03:12] ID = 0 | Factiune = 0 | Alianta = 0 [18:03:12] ID = 0 | Factiune = 0 | Alianta = 0 [18:03:12] ID = 0 | Factiune = 0 | Alianta = 0 [18:03:12] ID = 0 | Factiune = 0 | Alianta = 0 [18:03:12] -Pickup-uri citite: 45 [18:03:12] [18:03:12] ------------------------------------------------------------------ [18:03:12] Nume Server [18:03:12] ______________________________ [18:03:12] By: Fear [18:03:12] Edited by Mihai. [18:03:12] ------------------------------------------------------------------ [18:03:12] [18:03:12] Number of vehicle models: 114
  7. De astazi tot ma chinui sa rezolv o problema. Am urcat un server pe host, dar acesta nu se deschide. Am bagat pluginurile cu .so | Plugins: mysql, streamer, sscanf Ce am observat: cand scot sscanf.so serverul porneste, dar la Gamemode scrie "Unknown". cand pun sscanf.so serverul nici m?car nu porne?te. Am f?cut update la toate plugin-urile, dar nimic, rezultatul e acela?i.
  8. Problema mea este urmatoarea: Am urcat un server pe host, dar când dau s? se deschid? nu se deschide deloc... pluginurile sunt scrise .so in server.cfg. Alteori scria la Gamemode unknown, dar am facut update la plugin-uri, iar acum nu se mai deschide deloc. In server_log.txt nu este nicio eroare. [11:49:53] [MYSQL]: Connection to `*BAZA DE DATE*` succesful! [11:49:54] -Case citite: 0 [11:49:54] -Canale IRC citite: 0 [11:49:54] -Character Killuri citite: 0 [11:49:54] -Ziare citite: 0 [11:49:54] -Bizzuri citite: 0 [11:49:54] -SBizzuri citite: 0 [11:49:54] -Teritorii citite: 0 [11:49:54] -Seifuri citite: 0 [11:49:54] -Masini citite: 0 [11:49:54] -DealerShips citite: 1 [11:49:54] -Masini dealer citite: 0 [11:49:54] ID = 0 | Factiune = 0 | Alianta = 0 [11:49:54] ID = 0 | Factiune = 0 | Alianta = 0 [11:49:54] ID = 0 | Factiune = 0 | Alianta = 0 [11:49:54] ID = 0 | Factiune = 0 | Alianta = 0 [11:49:54] ID = 0 | Factiune = 0 | Alianta = 0 [11:49:54] ID = 0 | Factiune = 0 | Alianta = 0 [11:49:54] -Pickup-uri citite: 45 [11:49:54] [11:49:54] ------------------------------------------------------------------ [11:49:54] *Nume Server * [11:49:54] ______________________________ [11:49:54] By: Fear [11:49:54] Edited by Mihai. [11:49:54] ------------------------------------------------------------------ [11:49:54] [11:49:54] Number of vehicle models: 114
  9. Scrie asta: [pawn][14:52:27] [debug] Server crashed while executing rggm.amx [14:52:27] [debug] AMX backtrace: [14:52:27] [debug] #0 native mysql_real_escape_string () [10006ae0] from mysql.DLL [14:52:27] [debug] #1 0000ad08 in ?? () from rggm.amx [14:52:27] [debug] #2 00021870 in public Streamer_OnPlayerConnect () from rggm.amx [14:52:27] [debug] #3 native CallLocalFunction () [00471e90] from samp-server.exe [14:52:27] [debug] #4 00008a70 in public Itter_OnPlayerConnect () from rggm.amx [14:52:27] [debug] #5 native CallLocalFunction () [00471e90] from samp-server.exe [14:52:27] [debug] #6 000064a4 in public SSCANF_OnPlayerConnect () from rggm.amx [14:52:27] [debug] #7 native CallLocalFunction () [00471e90] from samp-server.exe [14:52:27] [debug] #8 00000838 in public OnPlayerConnect () from rggm.amx [14:52:27] [debug] System backtrace: [14:52:28] [debug] #0 705e4951 in ?? () from C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCR90.dll [14:52:28] [debug] #1 705e4996 in ?? () from C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCR90.dll [14:52:28] [debug] #2 10005b41 in ?? () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\plugins\mysql.DLL [14:52:28] [debug] #3 10005d6d in ?? () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\plugins\mysql.DLL [14:52:28] [debug] #4 10008648 in ?? () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\plugins\mysql.DLL [14:52:28] [debug] #5 10006bc6 in ?? () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\plugins\mysql.DLL [14:52:28] [debug] #6 004010b6 in ?? () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\samp-server.exe [14:52:28] [debug] #7 6d2e39e2 in AmxCallback () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\plugins\crashdetect.DLL [14:52:28] [debug] #8 6d2e5e26 in amx_Exec () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\plugins\crashdetect.DLL [14:52:28] [debug] #9 6d2dbf3f in crashdetect::DoAmxExec () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\plugins\crashdetect.DLL [14:52:28] [debug] #10 6d2e3a0e in AmxExec () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\plugins\crashdetect.DLL [14:52:28] [debug] #11 0047219e in ?? () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\samp-server.exe [14:52:28] [debug] #12 004010b6 in ?? () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\samp-server.exe [14:52:28] [debug] #13 6d2e39e2 in AmxCallback () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\plugins\crashdetect.DLL [14:52:28] [debug] #14 6d2e5e26 in amx_Exec () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\plugins\crashdetect.DLL [14:52:28] [debug] #15 6d2dbf3f in crashdetect::DoAmxExec () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\plugins\crashdetect.DLL [14:52:28] [debug] #16 6d2e3a0e in AmxExec () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\plugins\crashdetect.DLL [14:52:28] [debug] #17 0047219e in ?? () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\samp-server.exe [14:52:28] [debug] #18 004010b6 in ?? () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\samp-server.exe [14:52:28] [debug] #19 6d2e39e2 in AmxCallback () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\plugins\crashdetect.DLL [14:52:28] [debug] #20 6d2e5e26 in amx_Exec () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\plugins\crashdetect.DLL [14:52:28] [debug] #21 6d2dbf3f in crashdetect::DoAmxExec () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\plugins\crashdetect.DLL [14:52:28] [debug] #22 6d2e3a0e in AmxExec () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\plugins\crashdetect.DLL [14:52:28] [debug] #23 0047219e in ?? () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\samp-server.exe [14:52:28] [debug] #24 004010b6 in ?? () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\samp-server.exe [14:52:28] [debug] #25 6d2e39e2 in AmxCallback () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\plugins\crashdetect.DLL [14:52:28] [debug] #26 6d2e5e26 in amx_Exec () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\plugins\crashdetect.DLL [14:52:28] [debug] #27 6d2dbf3f in crashdetect::DoAmxExec () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\plugins\crashdetect.DLL [14:52:28] [debug] #28 6d2e3a0e in AmxExec () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\plugins\crashdetect.DLL [14:52:28] [debug] #29 0046c870 in ?? () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\samp-server.exe [14:52:28] [debug] #30 00465dcf in ?? () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\samp-server.exe [14:52:28] [debug] #31 00492a06 in ?? () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\samp-server.exe [14:52:28] [debug] #32 77992c78 in ?? () from C:\Windows\SYSTEM32\ntdll.dll [14:52:28] [debug] #33 7623c3d4 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #34 00492ac1 in ?? () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\samp-server.exe [14:52:28] [debug] #35 00484474 in ?? () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\samp-server.exe [14:52:28] [debug] #36 458d5151 in ?? () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\samp-server.exe [14:52:28] [debug] #37 15ff50f8 in ?? () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\samp-server.exe [14:52:28] [debug] #38 004a60c4 in ?? () from C:\Users\user\Desktop\rGaming\rgaming 20 05 2012\samp-server.exe [14:52:28] [debug] #39 8bf8458b in ?? () [14:52:28] [debug] #40 7623f73c in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #41 76258154 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #42 76229250 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #43 7623cbfc in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #44 7625a020 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #45 76238e18 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #46 7623eaba in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #47 7623f6d7 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #48 7624f908 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #49 76223c8c in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #50 7623ea61 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #51 7623e8a5 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #52 76239423 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #53 76239c56 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #54 76232b62 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #55 76281072 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #56 76280f89 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #57 7622fd29 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #58 7623dcc2 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #59 7623bda4 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #60 7629c930 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #61 7623c2b0 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #62 7624bc01 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #63 7623f4fb in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #64 762316aa in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #65 762450fa in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #66 76238b83 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #67 762275f2 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #68 7624c110 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #69 7629d057 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #70 7623a062 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #71 762316fc in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #72 762578f9 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #73 7622bcab in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #74 7623f760 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #75 7624528c in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #76 7624f920 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #77 7623440a in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #78 7623d90b in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #79 7622b3bb in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #80 76248e7f in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #81 7624532e in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #82 76226b85 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #83 7623c452 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #84 7627fcf9 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #85 76246bc4 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #86 76246bac in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #87 7624c88a in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #88 7624c872 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #89 7623d75a in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #90 76246c3f in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #91 7623dcb2 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #92 76232c15 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #93 76250651 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #94 77992d66 in ?? () from C:\Windows\SYSTEM32\ntdll.dll [14:52:28] [debug] #95 7623c3c0 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #96 779aff2f in ?? () from C:\Windows\SYSTEM32\ntdll.dll [14:52:28] [debug] #97 762292da in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #98 7796f608 in ?? () from C:\Windows\SYSTEM32\ntdll.dll [14:52:28] [debug] #99 7623c410 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #100 7622f162 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #101 7624bbe2 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #102 7623d8f3 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #103 76232c05 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #104 7623d7a0 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #105 76257201 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #106 762570b5 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #107 7627bf59 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #108 76248eaf in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #109 76248ec1 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #110 76246ab4 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #111 761f1e10 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #112 76232bd5 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #113 7623ef74 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #114 76246b15 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #115 7623c43a in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #116 76228e38 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #117 7623d804 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #118 7623c3f0 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #119 76245259 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #120 7623f783 in ?? () from C:\Windows\system32\kernel32.dll [14:52:28] [debug] #121 77999b7c in ?? () from C:\Windows\SYSTEM32\ntdll.dll [/pawn]
  10. Numarul de paranteze deschise { nu este egal cu numarul de paranteze inchise }. Foloseste asta: http://forum.sa-mp.com/showthread.php?t=171429
  11. Buna, am o problema cu un server si... nu stiu cum sa-i dau de cap. Deschid serverul pe localhost, se conecteaza la baza de date MySQL, dar cand intru mi se inchide aplicatia samp-server.exe. Aveti vreo explicatie?
  12. MTA este luat de pe site-ul oficial. Sunt 22 de obiecte, multe?
  13. Aceeasi problema o am si eu, doar ca mie nu mi se blocheaza PC, nimic. Bag obiectele si nu apar. Am facut si eu topic, dar nu am primit inca un raspuns.
  14. Buna, am o problema cu obiectele. Am facut mapa în MTA bine, am convertit obiectele, dar ele nu apar pe server. Am urmat o gramada de tutoriale si nu reusesc nimic. Nu folosesc streamer si am încercat sa fac un FS în care am introdus obiectele, dar nu a mers. Am încercat si cu alte streamer, dar rezultatul a fost acelasi. Totul se compileaza fara probleme, dar mai apoi nu apare nimic.
  15. Buna, am o problema cu obiectele. Am facut mapa în MTA bine, am convertit obiectele, dar ele nu apar pe server. Am urmat o gramada de tutoriale si nu reusesc nimic. Nu folosesc streamer si am încercat sa fac un FS în care am introdus obiectele, dar nu a mers. Am încercat si cu alte streamer, dar rezultatul a fost acelasi. Totul se compileaz? fara probleme, dar mai apoi nu apare nimic.
×
×
  • 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.