Peršokti į turinį
  • ŽAIDIMAI
  • , ŽAIDIMAI
  • ŽAIDIMAI

fiin

Narys
  • Pranešimų skaičius

    22
  • Užsiregistravo

  • Paskutinį kartą lankėsi

  • Atsiliepimai

    0%
  • Forumo eurai

    0 +Pervesti

fiin pasiekimai

Žalias (-ia)

Žalias (-ia) (1/11)

  • Veteranas
  • Senbuvis

Neseniai gauti ženkliukai

2

Reputacijos taškai

  1. fiin

    [ ? ] trucking serveris

    o tai uRPG ar kas?
  2. fiin

    perku perku paypal $

    skype atrašyk
  3. fiin

    samp_server.exe sucrashina

    o kas ten netvarkingo gali būti? public OnPlayerSpawn(playerid) { if(!online[playerid]) Kick(playerid); if(afterLogin[playerid]) { mysql_load(playerid); afterLogin[playerid] = false; return 1; } if(afterReg[playerid]) { afterReg[playerid] = false; return 1; } return 1; } SUTVARKYTA! Pasikeičiau libMYSQL.dll failą, ačiū, kas padėjote, rakinam temą!
  4. fiin

    samp_server.exe sucrashina

    stock mysql_load(playerid) { new Float:pos[3], fetch[16], query[256], Float:HP, Float:ARMOUR; //-- format(query, sizeof(query), "SELECT * FROM `players` WHERE vardas = '%s'", PlayerName(playerid)); mysql_query(query); mysql_store_result(); mysql_retrieve_row(); //-- mysql_fetch_field_row( fetch, "x" ); pos[0] = floatstr(fetch); mysql_fetch_field_row( fetch, "y" ); pos[1] = floatstr(fetch); mysql_fetch_field_row( fetch, "z" ); pos[2] = floatstr(fetch); SetPlayerPos(playerid, pos[0], pos[1], pos[2]); //-- mysql_fetch_field_row( fetch,"skin" ); playerData[playerid][skin] = strval(fetch); SetPlayerSkin(playerid, playerData[playerid][skin]); mysql_fetch_field_row( fetch,"moneyPocket" ); playerData[playerid][moneyPocket] = strval(fetch); GivePlayerMoney(playerid, playerData[playerid][moneyPocket]); mysql_fetch_field_row( fetch,"patirtis" ); playerData[playerid][xp] = strval(fetch); SetPlayerScore(playerid, playerData[playerid][xp]); mysql_fetch_field_row( fetch,"hp" ); HP = floatstr( fetch ); SetPlayerHealth( playerid, HP); mysql_fetch_field_row( fetch,"armour" ); ARMOUR = floatstr( fetch ); SetPlayerArmour( playerid, ARMOUR); mysql_fetch_field_row( fetch,"lytis" ); playerData[playerid][lytis] = strval(fetch); //-- mysql_free_result(); printf("LOAD: [%s]", PlayerName(playerid)); return 1; }
  5. fiin

    samp_server.exe sucrashina

    isidėjau [00:42:55] [debug] Server crashed while executing untitled.amx [00:42:55] [debug] AMX backtrace: [00:42:55] [debug] #0 native mysql_fetch_field_row () from mysql.DLL [00:42:55] [debug] #1 00002734 in mysql_load (playerid=0) at untitled.pwn:413 [00:42:55] [debug] #2 00000e10 in public OnPlayerSpawn (playerid=0) at untitled.pwn:117 [00:42:56] [debug] Native backtrace: [00:42:56] [debug] #0 7294b9f0 in ?? () from C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCR90.dll [00:42:56] [debug] #1 1000952e in ?? () from plugins\mysql.DLL [00:42:56] [debug] #2 100067d3 in ?? () from plugins\mysql.DLL [00:42:56] [debug] #3 004010b6 in ?? () from samp-server.exe [00:42:56] [debug] #4 562c62ca in ?? () from plugins\crashdetect.DLL [00:42:56] [debug] #5 562c8b28 in ?? () from plugins\crashdetect.DLL [00:42:56] [debug] #6 562c09c7 in ?? () from plugins\crashdetect.DLL [00:42:56] [debug] #7 562c631a in ?? () from plugins\crashdetect.DLL [00:42:56] [debug] #8 0046d8d0 in ?? () from samp-server.exe [00:42:56] [debug] #9 76f2e063 in ?? () from C:\Windows\SysWOW64\ntdll.dll [00:42:56] [debug] #10 766314bd in ?? () from C:\Windows\syswow64\kernel32.dll [00:42:56] [debug] #11 004a8a4e in ?? () from samp-server.exe [00:42:56] [debug] #12 68106ac3 in ?? () from samp-server.exe [00:42:56] [debug] #13 004b6b28 in ?? () from samp-server.exe [00:42:56] [debug] Server crashed while executing untitled.amx [00:42:56] [debug] AMX backtrace: [00:42:56] [debug] #0 native mysql_fetch_field_row () from mysql.DLL [00:42:56] [debug] #1 00002734 in mysql_load (playerid=0) at untitled.pwn:413 [00:42:56] [debug] #2 00000e10 in public OnPlayerSpawn (playerid=0) at untitled.pwn:117 [00:42:56] [debug] Native backtrace: [00:42:56] [debug] #0 76f332d0 in ?? () from C:\Windows\SysWOW64\ntdll.dll [00:42:56] [debug] #1 76f335d7 in ?? () from C:\Windows\SysWOW64\ntdll.dll [00:42:56] [debug] #2 76f334c2 in ?? () from C:\Windows\SysWOW64\ntdll.dll [00:42:56] [debug] #3 766314bd in ?? () from C:\Windows\syswow64\kernel32.dll [00:42:56] [debug] #4 00497541 in ?? () from samp-server.exe [00:42:56] [debug] #5 0044e119 in ?? () from samp-server.exe [00:42:56] [debug] #6 00458bec in ?? () from samp-server.exe [00:42:56] [debug] #7 0045b3aa in ?? () from samp-server.exe [00:42:56] [debug] #8 562c7c09 in ?? () from plugins\crashdetect.DLL suprantu, kad kažkas su mysql pluginu blogai
  6. fiin

    samp_server.exe sucrashina

    SA-MP Dedicated Server ---------------------- v0.3.7, (C)2005-2015 SA-MP Team [20:01:49] [20:01:49] Server Plugins [20:01:49] -------------- [20:01:49] Loading plugin: mysql [20:01:49] > MySQL plugin R5 successfully loaded. [20:01:49] Loaded. [20:01:49] Loaded 1 plugins. [20:01:49] [20:01:49] Filterscripts [20:01:49] --------------- [20:01:49] Loading filterscript 'TD_Editor_v3.1.amx'... [20:01:49] -------------------------------------- [20:01:49] Text Draw Editor 1.0RC2 (v3.1) by Zamaroht for SA-MP 0.3 Loaded. [20:01:49] -------------------------------------- [20:01:49] Loaded 1 filterscripts. [20:01:49] Prie mySQL duomenu bazes (redcounty) sekmnigai prisijungta! [20:01:49] rC 0.0.1 sekmnigai uzkrauta! [20:01:49] Number of vehicle models: 1 [20:02:08] [connection] 127.0.0.1:65167 requests connection cookie. [20:02:09] Incoming connection: 127.0.0.1:65167 id: 0 [20:02:09] [join] Yohi has joined the server (0:127.0.0.1) happy?
  7. fiin

    [Evaldas L.] CS WEB Design. Reikia įvertinimų

    btw kas tie Atsakumų
  8. fiin

    [Evaldas L.] CS WEB Design. Reikia įvertinimų

    visame dizaine vyrauja vienas fontas, koks jo pavadinimas?
  9. fiin

    samp_server.exe sucrashina

    nieko
  10. sveiki, iškilo įdomi klaida, kai bandau registruotis(mysql viskas surišta), viskas užserigsitruoju, viską ką reikia padaro, atspawniina, nieko nesucrashina, vėliau, kai jau esu užsiregistravęs ir noriu prisijungti, prisijungiu, atsispawninu ir iškarto išsijungia samp_server.exe failas, ir išmeta iš serverio. Any ideas? crashinfo.txt SA-MP Server: 0.3.7 Exception At Address: 0x7294B9F0 Module: (MSVCR90.dll) Registers: EAX: 0x039E1048 EBX: 0x02A548DC ECX: 0x00000000 EDX: 0x022DEA60 ESI: 0x0018FA60 EDI: 0x00617790 EBP: 0x0018FA24 ESP: 0x0018FA18 EFLAGS: 0x00010246 Stack: +0000: 0x6FCF5DB4 0x00000000 0x00617790 0x0018FA58 +0010: 0x1000952E 0x00000000 0x01E0DA16 0x0018FA60 +0020: 0x02A548DC 0x022DEA60 0x6FCF72AA 0x00000001 +0030: 0x00000000 0x0018FABC 0x10009FFD 0x00000000 +0040: 0x0018FAC8 0x100067D3 0x10009EDB 0x00000078 +0050: 0x0018FAC8 0x100067AF 0x0018FA94 0x00000001 +0060: 0x0000000F 0x01E0DA86 0x00000020 0x0018FA60 +0070: 0x00000000 0x32353A34 0x0018FA60 0x32353A34 +0080: 0x00000078 0x01E0DAFE 0x00617790 0x02A548DC +0090: 0x00000001 0x0000000F 0x01E0DA86 0x022DEA60 +00A0: 0x00000000 0x0018FCB0 0x1000A150 0x00000000 +00B0: 0x02A57010 0x004010B6 0x00617790 0x02A66F10 +00C0: 0x02A578CC 0x00402B63 0x00617790 0x0000001E +00D0: 0x0018FB00 0x02A66F10 0x0018FC54 0x00617790 +00E0: 0x00000000 0x002BCD34 0x0000FA5C 0x0000F64C +00F0: 0x0000F644 0x0000FAC8 0x0000BACC 0x0000FAA8 +0100: 0x0000BACC 0x02A548DC 0x02A578CC 0x00000000 +0110: 0x02A540C8 0x00002FF0 0x0046D8D0 0x00617790 +0120: 0x0018FB4C 0x00000017 0x00617790 0x00000000 +0130: 0x00000000 0x00000000 0x00000017 0x0048EB9F -------------------------- Loaded Modules: samp-server.exe A: 0x00400000 - 0x004FA000 (C:\Users\JLT\Desktop\ \samp-server.exe) ntdll.dll A: 0x76F00000 - 0x77080000 (C:\Windows\SysWOW64\ntdll.dll) kernel32.dll A: 0x76620000 - 0x76730000 (C:\Windows\syswow64\kernel32.dll) KERNELBASE.dll A: 0x765D0000 - 0x76617000 (C:\Windows\syswow64\KERNELBASE.dll) SHELL32.dll A: 0x74CD0000 - 0x7591B000 (C:\Windows\syswow64\SHELL32.dll) msvcrt.dll A: 0x75940000 - 0x759EC000 (C:\Windows\syswow64\msvcrt.dll) SHLWAPI.dll A: 0x763E0000 - 0x76437000 (C:\Windows\syswow64\SHLWAPI.dll) GDI32.dll A: 0x74C40000 - 0x74CD0000 (C:\Windows\syswow64\GDI32.dll) USER32.dll A: 0x748D0000 - 0x749D0000 (C:\Windows\syswow64\USER32.dll) ADVAPI32.dll A: 0x75A00000 - 0x75AA1000 (C:\Windows\syswow64\ADVAPI32.dll) sechost.dll A: 0x76520000 - 0x76539000 (C:\Windows\SysWOW64\sechost.dll) RPCRT4.dll A: 0x76280000 - 0x76370000 (C:\Windows\syswow64\RPCRT4.dll) SspiCli.dll A: 0x74870000 - 0x748D0000 (C:\Windows\syswow64\SspiCli.dll) CRYPTBASE.dll A: 0x74860000 - 0x7486C000 (C:\Windows\syswow64\CRYPTBASE.dll) LPK.dll A: 0x749F0000 - 0x749FA000 (C:\Windows\syswow64\LPK.dll) USP10.dll A: 0x75C10000 - 0x75CAD000 (C:\Windows\syswow64\USP10.dll) WSOCK32.dll A: 0x74080000 - 0x74087000 (C:\Windows\system32\WSOCK32.dll) WS2_32.dll A: 0x76370000 - 0x763A5000 (C:\Windows\syswow64\WS2_32.dll) NSI.dll A: 0x74A00000 - 0x74A06000 (C:\Windows\syswow64\NSI.dll) WINMM.dll A: 0x71E80000 - 0x71EB2000 (C:\Windows\system32\WINMM.dll) IMM32.DLL A: 0x76780000 - 0x767E0000 (C:\Windows\system32\IMM32.DLL) MSCTF.dll A: 0x76450000 - 0x7651C000 (C:\Windows\syswow64\MSCTF.dll) mysql.DLL A: 0x10000000 - 0x10013000 (C:\Users\JLT\Desktop\ \plugins\mysql.DLL) LIBMYSQL.dll A: 0x55DD0000 - 0x56269000 (C:\Users\JLT\Desktop\ \LIBMYSQL.dll) Secur32.dll A: 0x72BA0000 - 0x72BA8000 (C:\Windows\system32\Secur32.dll) MSVCR90.dll A: 0x72910000 - 0x729B3000 (C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCR90.dll) MSVCP90.dll A: 0x6FCF0000 - 0x6FD7E000 (C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCP90.dll) NLAapi.dll A: 0x72B60000 - 0x72B70000 (C:\Windows\system32\NLAapi.dll) napinsp.dll A: 0x72B50000 - 0x72B60000 (C:\Windows\system32\napinsp.dll) pnrpnsp.dll A: 0x72B30000 - 0x72B42000 (C:\Windows\system32\pnrpnsp.dll) mswsock.dll A: 0x72AF0000 - 0x72B2C000 (C:\Windows\System32\mswsock.dll) DNSAPI.dll A: 0x73EF0000 - 0x73F34000 (C:\Windows\system32\DNSAPI.dll) winrnr.dll A: 0x72AE0000 - 0x72AE8000 (C:\Windows\System32\winrnr.dll) rasadhlp.dll A: 0x72400000 - 0x72406000 (C:\Windows\system32\rasadhlp.dll) wshtcpip.dll A: 0x72AD0000 - 0x72AD5000 (C:\Windows\System32\wshtcpip.dll) IPHLPAPI.DLL A: 0x73EB0000 - 0x73ECC000 (C:\Windows\system32\IPHLPAPI.DLL) WINNSI.DLL A: 0x73EA0000 - 0x73EA7000 (C:\Windows\system32\WINNSI.DLL) wship6.dll A: 0x72890000 - 0x72896000 (C:\Windows\System32\wship6.dll)
  11. wtf, kas tu toks? aš tavęs nepažystu iš kur tu turi susidaręs nuomonę apie mane?
  12. oho, to much internet today
  13. negerai, jeigu primeti toki kieta scripteri, paziuresim kiek tavo kalbose yra tiesos, numesk skype, sumesim script battle.
  14. o jezau, tu galvoji man labai idomu? atsiras normaliu zmoniu, kurie taupo kitu laika ir efektyviai isnaudoja kitur, pls fck off p.s svarbiausia ne kiek prizada ar paraso, o kiek po to istesi ir padaro p.s.s galvoji kazkam bus idomu skaityt kur as gyvenu ir pan?
×
×
  • Sukurti naują...