Jump to content

SkyLeAs

Membru
  • Posts

    324
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by SkyLeAs

  1. Problemă întâlnită (descriere):Pai atunci cand vreau sa aleg un skin imi apare dialog-ul de login :| Ero(area / rile) / warning-(ul / urile):~~~~ Liniile de cod / sursa / script-ul: public OnPlayerRequestClass(playerid, classid) { SetupPlayerForClassSelection(playerid); for( new pInf:PlayerData; PlayerData < pInf; PlayerData++ ) P_DATA[ playerid ][ PlayerData ] = 0; P_DATA[ playerid ][ ConnTime ] = gettime( ); gQuery[ 0 ] = EOS; mysql_format( rHandle, gQuery , 256 , "SELECT * FROM `banlist` WHERE `Name` = '%e' OR `IP` = '%s' LIMIT 1;" , GetName( playerid ) , GetIP( playerid ) ); mysql_tquery( rHandle , gQuery , "CheckBan" , "d" , playerid ); return 1; } Daca pun la OnPlayerConnect nu mai apare dialog-ul de alegerea limbi... Si aici este restu la dialog public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { if(dialogid == 1) { if(response == 1) { Limba[playerid] = 0; } else if(response == 0) { Limba[playerid] = 1; } } switch( dialogid ) { case D_Register: { if( !response ) return KickEx( playerid ); new string[256], liPass[ 129 ]; gQuery[ 0 ] = EOS; format(string, 256, "{FFFFFF}Nu ai introdus nici o parola!n{FFFFFF}Te rugam introdu parola cu care vrei sa te inregistrezi!"); if(!strlen(inputtext)) return ShowPlayerDialog( playerid, D_Register, DIALOG_STYLE_PASSWORD, "{C0FF00}Inregistrare", gQuery, "Register", "Kick" ); WP_Hash( liPass, sizeof( liPass ), inputtext ); mysql_format( rHandle, gQuery, sizeof(gQuery),"INSERT INTO `users`( Name, Password, IP, Kills, Deaths, Money, AdminLevel ) VALUES( '%e', '%e', '%s', 0, 0, 0, 0 )", GetName( playerid ), liPass, GetIP( playerid ) ); mysql_tquery( rHandle , gQuery , "" , "" ); mysql_tquery( rHandle, "SELECT * FROM `users`", "RegisterdPlayers", "d", playerid ); } case D_Login: { if(!response) return KickEx( playerid ); new liPass[ 129 ]; gQuery[ 0 ] = EOS; WP_Hash( liPass, sizeof( liPass ), inputtext ); mysql_format( rHandle, gQuery, 256 , "SELECT `Name` FROM `users` WHERE `Name` = '%e' AND `Password` = '%e' LIMIT 1;", GetName( playerid ), liPass ); mysql_tquery( rHandle, gQuery, "Query_LoadP_DATA", "d", playerid ); } case D_bVip: { if( !response ) return SendClientMessage( playerid , -1 , "Deci nu cumperi nimic !" ); switch( listitem ) { case 0: { if( P_DATA[ playerid ][ vLevel ] == 1 || P_DATA[ playerid ][ vLevel ] > 1 ) return SendClientMessage( playerid, -1, ""R"Error"W": Tu ai deja acest level de V.I.P" ); if( P_DATA[ playerid ][ Ore ] <= BVLVL1 ) return SendClientMessage( playerid, -1 , ""R"Error"W": Tu nu ai suficiente ore" ); P_DATA[ playerid ][ vLevel ] = 1; P_DATA[ playerid ][ Ore ] -= BVLVL1; SendClientMessage( playerid, -1, "Ai cumparat V.I.P Level 1( Silver V.I.P )" ); } case 1: { if( P_DATA[ playerid ][ vLevel ] == 2 || P_DATA[ playerid ][ vLevel ] > 2 ) return SendClientMessage( playerid, -1, ""R"Error"W": Tu ai deja acest level de V.I.P" ); if( P_DATA[ playerid ][ Ore ] <= BVLVL2 ) return SendClientMessage( playerid, -1, ""R"Error"W": Tu nu ai suficiente ore" ); P_DATA[ playerid ][ vLevel ] = 2; P_DATA[ playerid ][ Ore ] -= BVLVL2; SendClientMessage( playerid, -1, "Ai cumparat V.I.P Level 2( Bronze V.I.P )" ); } case 2: { if( P_DATA[ playerid ][ vLevel ] == 3 || P_DATA[ playerid ][ vLevel ] > 3 ) return SendClientMessage( playerid, -1 , ""R"Error"W": Tu ai deja acest level de V.I.P" ); if( P_DATA[ playerid ][ Ore ] <= BVLVL3 ) return SendClientMessage( playerid, -1, ""R"Error"W": Tu nu ai suficiente ore" ); P_DATA[ playerid ][ vLevel ] = 3; P_DATA[ playerid ][ Ore ] -= BVLVL3; SendClientMessage( playerid, -1, "Ai cumparat V.I.P Level 3( Gold V.I.P )" ); } } } } return 1; } Function:: AccountLoad( playerid ) { new Get[ 2 ] ; cache_get_data( Get[ 0 ], Get[ 1 ], rHandle ); if( Get[ 0 ] ) { gQuery[ 0 ] = EOS; format( gQuery, 256, "{FFFFFF}Bine ai venit inapoi, %s!nPoti sa te loghezi.", GetName( playerid ) ); ShowPlayerDialog( playerid, D_Login, DIALOG_STYLE_PASSWORD, ""G"Logare", gQuery, "Login", "Cancel" ); } else { gQuery[ 0 ] = EOS; format( gQuery, 256, "{FFFFFF}Bine ai venit, %s!nPoti sa te inregistrezi!", GetName( playerid ) ); ShowPlayerDialog( playerid, D_Register, DIALOG_STYLE_PASSWORD, "{C0FF00}Inregistrare", gQuery, "Register", "Kick" ); } return ( 1 ); } Imagini / Video (optional): Aţi încercat să rezolvaţi singur?:Pai nu stiu cum
  2. Imi vine sa te pup :* :* Am rezolvat problema I multumesc lui Wopss si lui maddinat0r Cum am rezolvat ? dotnetfx35setup sp 1 + VC++ 2012 redistributables x86 bafta
  3. Un gm mod/admin remove si lasati postul de mai jos:D
  4. Pai da dar eu nam avut timp ca intru la 12 ies la 6 fac 2 ore pe drum dupa fac temele si somn acu am iesit mai devreme si vreau unlocked sa pot sa rezolv si eu problema
  5. Salut vreau si eu unlocked http://forum.sa-mp.ro/index.php/topic/19259-problema-pornire-server/ misa dat lock pentru inactiv dar am sc.. Ce vreti sa fac sa intru mereu
  6. Ce treaba are asta cu ce problema am eu ? mysql r20 daca ai tu unu in care sa nu imi dea error Kerner32.dll e bine.
  7. Problemă întâlnită (descriere):Pai cand intru pe server si dau login sau register imi da spawn adica nici sa aleg skin-u nu pot | Adica dialog-ul nu dispare si sa aleg skin-ul si dupa sa dau spawn Ero(area / rile) / warning-(ul / urile):~~~~ Liniile de cod / sursa / script-ul: public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { if(dialogid == 1) { if(response == 1) { Limba[playerid] = 0; } else if(response == 0) { Limba[playerid] = 1; } } switch(dialogid) { case THREAD_DIALOG_REGISTER: { if(!response) return SetTimerEx("KickRegister",500,false,"i",playerid); if(response) { new string[256]; gQuery[0] = EOS; format(gQuery, 256, ""W"Nu ai introdus nici o parola!n"W"Te rugam introdu parola cu care vrei sa te inregistrezi!"); if(!strlen(inputtext)) return SPD(playerid,THREAD_DIALOG_REGISTER,DIALOG_STYLE_PASSWORD,""GR"Inregistrare",gQuery,"Register","Kick"); format(string, sizeof(string),"INSERT INTO `Users`(Name,Password,Kills,Deaths,Money) VALUES('%s','%s','0','0','0')",GetName(playerid),inputtext); mysql_function_query(1,string,false,"",""); format(gQuery, 256,""W"Bine ai venit inapoi, "LB"%s!nPoti sa te loghezi.",GetName(playerid)); SPD(playerid,THREAD_DIALOG_LOGIN,DIALOG_STYLE_PASSWORD,""GR"Logare",gQuery,"Login","Cancel"); } } case THREAD_DIALOG_LOGIN: { if(!response) return SetTimerEx("KickRegister",500,false,"i",playerid); if(response) { gQuery[0] = EOS; new q_str[256]; format(q_str,sizeof(q_str),"SELECT `Name` FROM `Users` WHERE `Name` = '%s' AND `Password` = '%s'", GetName(playerid),inputtext); mysql_function_query(1,q_str,true,"Query_LoadP_DATA","is",playerid,GetName(playerid)); Logged[playerid] = true; SpawnPlayer(playerid); } } } return 1; } //============================================================================== // Server Function | Stock //============================================================================== Function:: Query_LoadP_DATA(playerid,q_acc[]) { new q_rows, q_fields, q_str[150]; cache_get_data(q_rows,q_fields); if(!q_rows) { new str[300]; format(str,sizeof(str),""W"Hey "LB"%s !nAi introdus parola gresitanTe rugam rescrieti parola mai jos pentru a te loga .",GetName(playerid)); SPD(playerid,THREAD_DIALOG_LOGIN,DIALOG_STYLE_PASSWORD,""GR"Login",str,"Login","exit"); } else { format(q_str, sizeof(q_str),"SELECT * FROM `Users` WHERE Name = '%s'",q_acc); mysql_function_query(1, q_str,true,"OnPlayerCheckedLogin","ds",playerid,q_acc); } return 1; } Function:: OnPlayerCheckedLogin(playerid) { P_DATA[playerid][ID] = cache_get_field_content_int(0, "ID"); P_DATA[playerid][pKills] = cache_get_field_content_int(0, "Kills"); P_DATA[playerid][pDeaths] = cache_get_field_content_int(0, "Deaths"); P_DATA[playerid][pMoney] = cache_get_field_content_int(0, "Money"); return 1; } Function:: AccountLoad(playerid,q_acc[]) { new q_rows, q_fields; cache_get_data(q_rows,q_fields); if(q_rows) { gQuery[0] = EOS; format(gQuery,256,""W"Bine ai venit inapoi, "LB"%s!nPoti sa te loghezi.",q_acc); SPD(playerid,THREAD_DIALOG_LOGIN,DIALOG_STYLE_PASSWORD,""GR"Logare",gQuery,"Login","Cancel"); } else { gQuery[0] = EOS; format(gQuery, 256,""W"Bun Venit, "LB"%s!nPoti sa te inregistrezi!",q_acc); SPD(playerid,THREAD_DIALOG_REGISTER,DIALOG_STYLE_PASSWORD,""GR"Inregistrare",gQuery,"Register","Kick"); } return 1; } Function:: SavePlayerData(playerid) { new ks = P_DATA[playerid][pKills], dth = P_DATA[playerid][pDeaths], mn = P_DATA[playerid][pMoney]; gQuery[0] = EOS; format(gQuery, 256,"UPDATE `Users` SET `Kills`='%d',`Deaths`='%d',`Money`='%d'WHERE `Name`='%s'",ks,dth,mn,GetName(playerid)); mysql_function_query(1,gQuery,false,"",""); SendClientMessageToAll(-1,""LB"Conturi:"O"Conturile au fost salvate in baza de date."); return 1; } Function:: DeletePlayerAccount(q_acc[]) { new rows, fields; cache_get_data(rows, fields); if(rows) { gQuery[0] = EOS; format(gQuery, 256, "DELETE FROM `Users` WHERE `Name` = '%s'", q_acc); mysql_function_query(1, gQuery, false, "", ""); } return 1; } stock GetName(playerid) { new AlEx[24]; GetPlayerName(playerid,AlEx,sizeof(AlEx)); return AlEx; } Function:: KickRegister(playerid) { Kick(playerid); SCMF(playerid,-1,""SRV"%s ai primit kick!",GetName(playerid)); return 1; } Imagini / Video (optional):~~~ Aţi încercat să rezolvaţi singur?:Pai nu stiu ce are:|
  8. Sincer nu imi merge nici un plugin din cauza la windows sai dau foc :@
  9. Problemă întâlnită (descriere):Atunci cand pornesc server-ul imi da niste erori Ero(area / rile) / warning-(ul / urile): ---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3z, (C)2005-2014 SA-MP Team [18:07:31] [18:07:31] Server Plugins [18:07:31] -------------- [18:07:31] Loading plugin: mysql [18:07:31] plugin.mysql: R20 successfully loaded. [18:07:31] Loaded. [18:07:31] Loading plugin: crashdetect [18:07:31] crashdetect v4.8.3 is OK. [18:07:31] Loaded. [18:07:31] Loading plugin: sscanf [18:07:31] [18:07:31] =============================== [18:07:31] sscanf plugin loaded. [18:07:31] (c) 2009 Alex "Y_Less" Cole [18:07:31] 0.3d-R2 500 Players "dnee" [18:07:31] =============================== [18:07:31] Loaded. [18:07:31] Loading plugin: streamer [18:07:31] *** Streamer Plugin v2.6.1 by Incognito loaded *** [18:07:31] Loaded. [18:07:31] Loaded 4 plugins. [18:07:31] [18:07:31] Filterscripts [18:07:31] --------------- [18:07:31] Loading filterscript 'mysql.amx'... [18:07:31] [debug] Run time error 19: "File or function is not found" [18:07:31] [debug] mysql_escape_string [18:07:31] [debug] mysql_tquery [18:07:31] Loaded 1 filterscripts. [18:07:31] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap() [18:07:31] [debug] Run time error 19: "File or function is not found" [18:07:31] [debug] mysql_escape_string [18:07:31] [debug] mysql_tquery [18:07:31] ---------------------------------- [18:07:31] Bare Script [18:07:31] ---------------------------------- [18:07:31] Number of vehicle models: 0 [18:07:32] --- Server Shutting Down. [18:07:32] [debug] Run time error 19: "File or function is not found" [18:07:32] [debug] mysql_escape_string [18:07:32] [debug] mysql_tquery [18:07:32] plugin.mysql: Plugin unloaded. [18:07:32] [18:07:32] =============================== [18:07:32] sscanf plugin unloaded. [18:07:32] =============================== [18:07:32] *** Streamer Plugin v2.6.1 by Incognito unloaded *** Liniile de cod / sursa / script-ul:~~~ Imagini / Video (optional):~~~ Aţi încercat să rezolvaţi singur?:Nu ca nu ma pricep
  10. Wops am sa incerc joi daca nu te superi.. Sunt cu sc. (
  11. Am pus win7 dar nu am putut sal folosescdin cauza ca lag si ca nush ce eroare am:( deci tot pe xp is acu
  12. Nu am windows-ul pe 64-bit 32-bit. Azi voi schimba windows-ul in 7 32-bit. Sa vedem poate e dela xp
  13. Nu merge la fel imi facea pana sa pun cod-ul accela.
  14. Wops am pus dar treaba este ca atunci cand deschid samp-server se inchide imd. Si am incercat sa fac repede dar nu imi apare Create Dump EDIT: In crashinfo imi apare astea -------------------------- SA-MP Server: 0.3z Exception At Address: 0x100280D0 Module: (mysql.dll) Registers: EAX: 0x00000001 EBX: 0x00000000 ECX: 0x001870A8 EDX: 0x00D909E0 ESI: 0x001768A8 EDI: 0x00000000 EBP: 0x0368FF48 ESP: 0x0368FE94 EFLAGS: 0x00010202 Stack: +0000: 0xDEB909DB 0x00000001 0x00000001 0x00000000 +0010: 0x0000006C 0x003C48B0 0x00000000 0x0368FF3C +0020: 0x10028B4E 0xFFFFFFFF 0x1000C7E4 0x0368FF00 +0030: 0xDEB9098B 0x0000006C 0x00153AC0 0x00187138 +0040: 0xC15730E2 0x001768A8 0x00000000 0x00000000 +0050: 0x001870A8 0xE9E80C45 0x5BFFFE55 0x00000000 +0060: 0xC25DE58B 0xCCCC0008 0x000003C8 0xCCCCCCCC +0070: 0xCCCCCCCC 0x00000000 0x00000000 0x00000000 +0080: 0xB739DC20 0x00000246 0x804DC86A 0x87AE618C +0090: 0x00140000 0x87AE6054 0xDEB90803 0x0368FEBC +00A0: 0x0368FF64 0x0000006C 0x0368FF64 0x10029B43 +00B0: 0x00000000 0x0368FF70 0x10026FAE 0xDEB90833 +00C0: 0x0000006C 0x001764E0 0x00187138 0x0368FF50 +00D0: 0x0368FF98 0x100289D0 0x00000000 0x0368FFA8 +00E0: 0x00DCF2E9 0x00153AC0 0xDEB90232 0x0000006C +00F0: 0x001764E0 0x00187138 0xC000001D 0x0368FF7C +0100: 0x0368FA90 0x0368FFDC 0x00DBA6E0 0xDD0D0F6A +0110: 0x00000000 0x0368FFB4 0x00DCF2CD 0x00000003 +0120: 0x0368FFEC 0x7C80B50B 0x00187138 0x0000006C +0130: 0x00000003 0x00187138 0x7FFDA000 0xC000001D -------------------------- Loaded Modules: samp-server.exe A: 0x00400000 - 0x004F5000 (C:Documents and SettingsMITACHE DANIELDesktopAmazing Stunt World [Official]samp-server.exe) ntdll.dll A: 0x7C900000 - 0x7C9B0000 (C:WINDOWSsystem32ntdll.dll) kernel32.dll A: 0x7C800000 - 0x7C8F4000 (C:WINDOWSsystem32kernel32.dll) SHELL32.dll A: 0x7C9C0000 - 0x7D1D4000 (C:WINDOWSsystem32SHELL32.dll) msvcrt.dll A: 0x77C10000 - 0x77C68000 (C:WINDOWSsystem32msvcrt.dll) GDI32.dll A: 0x77F10000 - 0x77F56000 (C:WINDOWSsystem32GDI32.dll) USER32.dll A: 0x77D40000 - 0x77DD0000 (C:WINDOWSsystem32USER32.dll) ADVAPI32.dll A: 0x77DD0000 - 0x77E6B000 (C:WINDOWSsystem32ADVAPI32.dll) RPCRT4.dll A: 0x77E70000 - 0x77F01000 (C:WINDOWSsystem32RPCRT4.dll) SHLWAPI.dll A: 0x77F60000 - 0x77FD6000 (C:WINDOWSsystem32SHLWAPI.dll) WSOCK32.dll A: 0x71AD0000 - 0x71AD9000 (C:WINDOWSsystem32WSOCK32.dll) WS2_32.dll A: 0x71AB0000 - 0x71AC7000 (C:WINDOWSsystem32WS2_32.dll) WS2HELP.dll A: 0x71AA0000 - 0x71AA8000 (C:WINDOWSsystem32WS2HELP.dll) WINMM.dll A: 0x76B40000 - 0x76B6D000 (C:WINDOWSsystem32WINMM.dll) comctl32.dll A: 0x773D0000 - 0x774D2000 (C:WINDOWSWinSxSx86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9comctl32.dll) comctl32.dll A: 0x5D090000 - 0x5D127000 (C:WINDOWSsystem32comctl32.dll) mysql.dll A: 0x10000000 - 0x10044000 (C:Documents and SettingsMITACHE DANIELDesktopAmazing Stunt World [Official]pluginsmysql.dll) LIBMYSQL.dll A: 0x00B60000 - 0x00D9E000 (C:Documents and SettingsMITACHE DANIELDesktopAmazing Stunt World [Official]LIBMYSQL.dll) MSVCR110.dll A: 0x00DA0000 - 0x00E76000 (C:WINDOWSsystem32MSVCR110.dll) MSVCP110.dll A: 0x00E80000 - 0x00F05000 (C:WINDOWSsystem32MSVCP110.dll) mswsock.dll A: 0x71A50000 - 0x71A8F000 (C:WINDOWSSystem32mswsock.dll) DNSAPI.dll A: 0x76F20000 - 0x76F47000 (C:WINDOWSsystem32DNSAPI.dll) winrnr.dll A: 0x76FB0000 - 0x76FB8000 (C:WINDOWSSystem32winrnr.dll) WLDAP32.dll A: 0x76F60000 - 0x76F8C000 (C:WINDOWSsystem32WLDAP32.dll) mdnsNSP.dll A: 0x16080000 - 0x16099000 (C:Program FilesBonjourmdnsNSP.dll) Iphlpapi.dll A: 0x76D60000 - 0x76D79000 (C:WINDOWSsystem32Iphlpapi.dll) rasadhlp.dll A: 0x76FC0000 - 0x76FC6000 (C:WINDOWSsystem32rasadhlp.dll) dbghelp.dll A: 0x59A60000 - 0x59B01000 (C:WINDOWSsystem32dbghelp.dll) VERSION.dll A: 0x77C00000 - 0x77C08000 (C:WINDOWSsystem32VERSION.dll) MSVCP100.dll A: 0x78050000 - 0x780B9000 (C:WINDOWSsystem32MSVCP100.dll) MSVCR100.dll A: 0x78AA0000 - 0x78B5F000 (C:Documents and SettingsMITACHE DANIELDesktopAmazing Stunt World [Official]MSVCR100.dll) sscanf.dll A: 0x01470000 - 0x0147D000 (C:Documents and SettingsMITACHE DANIELDesktopAmazing Stunt World [Official]pluginssscanf.dll) streamer.dll A: 0x01490000 - 0x014CF000 (C:Documents and SettingsMITACHE DANIELDesktopAmazing Stunt World [Official]pluginsstreamer.dll) timerfix.dll A: 0x014E0000 - 0x014E8000 (C:Documents and SettingsMITACHE DANIELDesktopAmazing Stunt World [Official]pluginstimerfix.dll) hnetcfg.dll A: 0x662B0000 - 0x66308000 (C:WINDOWSsystem32hnetcfg.dll) wshtcpip.dll A: 0x71A90000 - 0x71A98000 (C:WINDOWSSystem32wshtcpip.dll)
  15. Wops la public OnGameModeInit( ) nu am nmk cu mysql_connect am pe stock am asa stock ON_MYSQL_INIT( ) { print( "======================================" ); print( "tt > Loading Server <" ); print( "======================================" ); print( "[ Server ] Serverul este in curs de Incarcare ...n" ); MySQLConnect = mysql_connect( MySQL_Host, MySQL_User, MySQL_DB, MySQL_Pass, 3306, true, 2 ); print( "======================================" ); print( "tt > MySQL System <" ); print( "======================================" ); print ( "[ MySQL ] Conectare la ('93.119.26.250') cu ('zp_hid653') la baza de date ('zp_hid653')." ); if( mysql_errno( MySQLConnect ) != 0 ) print ( "[ MySQL ] Conectarea la ('93.119.26.250') a esuat !n" ); else { print ( "[ MySQL ] Conectarea la ('93.119.26.250') sa stabilit cu succes !" ); print ( "[ MySQL ] Baza de date ('zp_hid653') a fost selectata !n" ); } mysql_log( LOG_ERROR | LOG_WARNING, LOG_TYPE_HTML ); mysql_pquery( DBH, "UPDATE `Users` SET `Loggedin` = 0", "", "" ); return ( 1 ); } Am dat cautare mysql_connect numa aici mi-a dat imi poti spune cum sal pun eu lam pus asa stock ON_MYSQL_INIT( ) { print( "======================================" ); print( "tt > Loading Server <" ); print( "======================================" ); print( "[ Server ] Serverul este in curs de Incarcare ...n" ); while(true) { MySQLConnect = mysql_connect( MySQL_Host, MySQL_User, MySQL_DB, MySQL_Pass, 3306, true, 2 ); } print( "======================================" ); print( "tt > MySQL System <" ); print( "======================================" ); print ( "[ MySQL ] Conectare la ('93.119.26.250') cu ('zp_hid653') la baza de date ('zp_hid653')." ); if( mysql_errno( MySQLConnect ) != 0 ) print ( "[ MySQL ] Conectarea la ('93.119.26.250') a esuat !n" ); else { print ( "[ MySQL ] Conectarea la ('93.119.26.250') sa stabilit cu succes !" ); print ( "[ MySQL ] Baza de date ('zp_hid653') a fost selectata !n" ); } mysql_log( LOG_ERROR | LOG_WARNING, LOG_TYPE_HTML ); mysql_pquery( DBH, "UPDATE `Users` SET `Loggedin` = 0", "", "" ); return ( 1 ); } Este bine?
  16. Am incercat si cu R9-2 acu si la fel imi da. Multumesc mult pentru ca ai avut timp din timp-ul tau sa ma ajuti.
  17. Pai ASW este server-ul lui Emo.Kiddu
  18. Problemă întâlnită (descriere): Pai cand pornesc server-ul imi da o eroare numita Kerner32.dll numa cand folosesc mysql r33 imi da la restu nu imi da:( Ero(area / rile) / warning-(ul / urile): SA-MP Dedicated Server ---------------------- v0.3z-R3, (C)2005-2014 SA-MP Team [01:19:07] [01:19:07] Server Plugins [01:19:07] -------------- [01:19:07] Loading plugin: mysql [01:19:47] Failed. [01:19:47] Loading plugin: crashdetect [01:19:47] CrashDetect v4.13 is OK. [01:19:47] Loaded. [01:19:47] Loading plugin: sscanf [01:19:47] [01:19:47] =============================== [01:19:47] sscanf plugin loaded. [01:19:47] Version: 2.8.1 [01:19:47] (c) 2012 Alex "Y_Less" Cole [01:19:47] =============================== [01:19:47] Loaded. [01:19:47] Loading plugin: streamer [01:19:47] *** Streamer Plugin v2.7.2 by Incognito loaded *** [01:19:47] Loaded. [01:19:47] Loading plugin: timerfix [01:19:53] Failed. [01:19:53] Loaded 3 plugins. [01:19:53] [01:19:53] Filterscripts [01:19:53] --------------- [01:19:53] Loading filterscript 'Maps.amx'... [01:19:54] Loaded 1 filterscripts. [01:19:54] [debug] Run time error 19: "File or function is not found" [01:19:54] [debug] KillPlayerTimers [01:19:54] [debug] mysql_pquery [01:19:54] [debug] mysql_escape_string [01:19:54] [debug] mysql_connect [01:19:54] [debug] mysql_errno [01:19:54] [debug] mysql_log [01:19:54] [debug] cache_get_data [01:19:54] [debug] cache_get_field_content_float [01:19:54] [debug] cache_get_field_content_int [01:19:54] [debug] cache_get_field_content [01:19:54] [debug] Run time error 19: "File or function is not found" [01:19:54] [debug] KillPlayerTimers [01:19:54] [debug] mysql_pquery [01:19:54] [debug] mysql_escape_string [01:19:54] [debug] mysql_connect [01:19:54] [debug] mysql_errno [01:19:54] [debug] mysql_log [01:19:54] [debug] cache_get_data [01:19:54] [debug] cache_get_field_content_float [01:19:54] [debug] cache_get_field_content_int [01:19:54] [debug] cache_get_field_content [01:19:54] Script[gamemodes/ASW.amx]: Run time error 19: "File or function is not found" [01:19:54] Number of vehicle models: 51 [01:19:56] --- Server Shutting Down. [01:19:56] [debug] Run time error 19: "File or function is not found" [01:19:56] [debug] KillPlayerTimers [01:19:56] [debug] mysql_pquery [01:19:56] [debug] mysql_escape_string [01:19:56] [debug] mysql_connect [01:19:56] [debug] mysql_errno [01:19:56] [debug] mysql_log [01:19:56] [debug] cache_get_data [01:19:56] [debug] cache_get_field_content_float [01:19:56] [debug] cache_get_field_content_int [01:19:56] [debug] cache_get_field_content [01:19:56] Liniile de cod / sursa / script-ul:Nu stiu care is Imagini / Video (optional): Aţi încercat să rezolvaţi singur?:Nu am incercat ca nu stiu Edit: am instalat Microsoft Visual C++ Redistributable 2012 iar acu imi da astea. ---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3z-R3, (C)2005-2014 SA-MP Team [01:28:32] [01:28:32] Server Plugins [01:28:32] -------------- [01:28:32] Loading plugin: mysql [01:28:32] >> plugin.mysql: R39-2 successfully loaded. [01:28:32] Loaded. [01:28:32] Loading plugin: crashdetect [01:28:32] CrashDetect v4.13 is OK. [01:28:32] Loaded. [01:28:32] Loading plugin: sscanf [01:28:32] [01:28:32] =============================== [01:28:32] sscanf plugin loaded. [01:28:32] Version: 2.8.1 [01:28:32] (c) 2012 Alex "Y_Less" Cole [01:28:32] =============================== [01:28:32] Loaded. [01:28:32] Loading plugin: streamer [01:28:32] *** Streamer Plugin v2.7.2 by Incognito loaded *** [01:28:32] Loaded. [01:28:32] Loading plugin: timerfix [01:28:32] >> TimerFix v1.3 successfully loaded. [01:28:32] Loaded. [01:28:32] Loaded 5 plugins. [01:28:32] [01:28:32] Filterscripts [01:28:32] --------------- [01:28:32] Loading filterscript 'Maps.amx'... [01:28:33] Loaded 1 filterscripts. [01:28:34] [01:28:34] [01:28:34] [01:28:34] ======================================= [01:28:34] | | [01:28:34] | YSI version 3.09.0684 | [01:28:34] | By Alex "Y_Less" Cole | [01:28:34] | | [01:28:34] ======================================= [01:28:34] [01:28:34] ====================================== [01:28:34] > Loading Server < [01:28:34] ====================================== [01:28:34] [ Server ] Serverul este in curs de Incarcare ... [01:28:34] [debug] Server crashed while executing ASW.amx [01:28:34] [debug] AMX backtrace: [01:28:34] [debug] #0 native mysql_connect () [1001e490] from mysql.dll [01:28:34] [debug] #1 00151ba4 in ON_MYSQL_INIT () at D:Text PDF-FTPDropboxSA-MPAmazing Stunt World [Official]gamemodesASW.pwn:33185 [01:28:34] [debug] #2 0001cd28 in public surfboard_OnGameModeInit () at D:Text PDF-FTPDropboxSA-MPAmazing Stunt World [Official]gamemodesASW.pwn:1798 [01:28:34] [debug] #3 native CallLocalFunction () [00472e50] from samp-server.exe [01:28:34] [debug] #4 0001ca28 in public zcmd_OnGameModeInit () at D:Text PDF-FTPDropboxSA-MPAmazing Stunt World [Official]Execute Compilerincludesurfboard.inc:400 [01:28:34] [debug] #5 native CallLocalFunction () [00472e50] from samp-server.exe [01:28:34] [debug] #6 00019ad4 in public SSCANF_OnGameModeInit () at D:Text PDF-FTPDropboxSA-MPAmazing Stunt World [Official]Execute Compilerincludezcmd.inc:70 [01:28:34] [debug] #7 00003d9c in public Itter_OnGameModeInit () at D:Text PDF-FTPDropboxSA-MPAmazing Stunt World [Official]Execute Compilerincludesscanf2.inc:174 [01:28:34] [debug] #8 native CallLocalFunction () [00472e50] from samp-server.exe [01:28:34] [debug] #9 00003128 in public ScriptInit_OnGameModeInit () at D:Text PDF-FTPDropboxSA-MPAmazing Stunt World [Official]Execute CompilerincludeYSIy_iterate.inc:791 [01:28:34] [debug] #10 00001920 in public OnGameModeInit () at D:Text PDF-FTPDropboxSA-MPAmazing Stunt World [Official]Execute CompilerincludeYSIinternal..y_scriptinit.inc:171 [01:28:34] [debug] Server crashed while executing ASW.amx [01:28:34] [debug] AMX backtrace: [01:28:34] [debug] #0 native mysql_connect () [1001e490] from mysql.dll [01:28:34] [debug] #1 00151ba4 in public ScriptInit_OnGameModeInit () at D:Text PDF-FTPDropboxSA-MPAmazing Stunt World [Official]gamemodesASW.pwn:33185 [01:28:34] [debug] #2 00001920 in public surfboard_OnGameModeInit () at D:Text PDF-FTPDropboxSA-MPAmazing Stunt World [Official]Execute CompilerincludeYSIinternal..y_scriptinit.inc:171 [01:28:34] [debug] #3 native CallLocalFunction () [00472e50] from samp-server.exe [01:28:34] [debug] Server crashed while executing ASW.amx [01:28:34] [debug] Server crashed while executing ASW.amx [01:28:34] [debug] AMX backtrace: [01:28:34] [debug] #0 native mysql_connect () [1001e490] from mysql.dll [01:28:34] [debug] #1 00151ba4 in public ScriptInit_OnGameModeInit () at D:Text PDF-FTPDropboxSA-MPAmazing Stunt World [Official]gamemodesASW.pwn:33185 [01:28:34] [debug] #2 00001920 in public surfboard_OnGameModeInit () at D:Text PDF-FTPDropboxSA-MPAmazing Stunt World [Official]Execute CompilerincludeYSIinternal..y_scriptinit.inc:171 [01:28:34] [debug] #3 native CallLocalFunction () [00472e50] from samp-server.exe [01:28:34] [debug] #4 0001ca28 in public zcmd_OnGameModeInit () at D:Text PDF-FTPDropboxSA-MPAmazing Stunt World [Official]Execute Compilerincludesurfboard.inc:400 [01:28:34] [debug] #4 0001ca28 in public zcmd_OnGameModeInit () at D:Text PDF-FTPDropboxSA-MPAmazing Stunt World [Official]Execute Compilerincludesurfboard.inc:400 [01:28:34] [debug] #5 native CallLocalFunction () [00472e50] from samp-server.exe [01:28:34] [debug] #6 00019ad4 in public SSCANF_OnGameModeInit () at D:Text PDF-FTPDropboxSA-MPAmazing Stunt World [Official]Execute Compilerincludezcmd.inc:70 [01:28:34] [debug] #7 00003d9c in public Itter_OnGameModeInit () at D:Text PDF-FTPDropboxSA-MPAmazing Stunt World [Official]Execute Compilerincludesscanf2.inc:174 [01:28:34] [debug] #8 native CallLocalFunction () [00472e50] from samp-server.exe [01:28:34] [debug] #9 00003128 in public ScriptInit_OnGameModeInit () at D:Text PDF-FTPDropboxSA-MPAmazing Stunt World [Official]Execute CompilerincludeYSIy_iterate.inc:791 [01:28:34] [debug] #10 00001920 in public OnGameModeInit () at D:Text PDF-FTPDropboxSA-MPAmazing Stunt World [Official]Execute CompilerincludeYSIinternal..y_scriptinit.inc:171 [01:28:34] [debug] Native backtrace: [01:28:34] [debug] AMX backtrace: [01:28:34] [debug] #5 native CallLocalFunction () [00472e50] from samp-server.exe [01:28:34] [debug] #6 00019ad4 in public SSCANF_OnGameModeInit () at D:Text PDF-FTPDropboxSA-MPAmazing Stunt World [Official]Execute Compilerincludezcmd.inc:70 [01:28:34] [debug] #7 00003d9c in public Itter_OnGameModeInit () at D:Text PDF-FTPDropboxSA-MPAmazing Stunt World [Official]Execute Compilerincludesscanf2.inc:174 [01:28:34] [debug] #8 native CallLocalFunction () [00472e50] from samp-server.exe [01:28:34] [debug] #9 00003128 in public ScriptInit_OnGameModeInit () at D:Text PDF-FTPDropboxSA-MPAmazing Stunt World [Official]Execute CompilerincludeYSIy_iterate.inc:791 [01:28:34] [debug] #10 00001920 in public OnGameModeInit () at D:Text PDF-FTPDropboxSA-MPAmazing Stunt World [Official]Execute CompilerincludeYSIinternal..y_scriptinit.inc:171 [01:28:34] [debug] #0 native mysql_connect () [1001e490] from mysql.dll [01:28:34] [debug] #1 00151ba4 in public ScriptInit_OnGameModeInit () at D:Text PDF-FTPDropboxSA-MPAmazing Stunt World [Official]gamemodesASW.pwn:33185 [01:28:34] [debug] #2 00001920 in public surfboard_OnGameModeInit () at D:Text PDF-FTPDropboxSA-MPAmazing Stunt World [Official]Execute CompilerincludeYSIinternal..y_scriptinit.inc:171 [01:28:34] [debug] #3 native CallLocalFunction () [00472e50] from samp-server.exe [01:28:34] [debug] #4 0001ca28 in public zcmd_OnGameModeInit () at D:Text PDF-FTPDropboxSA-MPAmazing Stunt World [Official]Execute Compilerincludesurfboard.inc:400 [01:28:34] [debug] Native backtrace: [01:28:34] [debug] #0 100101b2 in ?? () from pluginsmysql.dll [01:28:34] [debug] #1 1000fcb8 in ?? () from pluginsmysql.dll [01:28:34] [debug] #2 1000edc5 in ?? () from pluginsmysql.dll [01:28:34] [debug] #3 1000e653 in ?? () from pluginsmysql.dll [01:28:34] [debug] #4 1001e6dd in ?? () from pluginsmysql.dll [01:28:34] [debug] #5 004010b6 in ?? () from samp-server.exe [01:28:34] [debug] #6 013358ca in ?? () from pluginscrashdetect.dll [01:28:34] [debug] #7 0133774f in ?? () from pluginscrashdetect.dll [01:28:34] [debug] #8 01330834 in ?? () from pluginscrashdetect.dll [01:28:34] [debug] #0 100280a4 in ?? () from pluginsmysql.dll [01:28:34] [debug] #5 native CallLocalFunction () [00472e50] from samp-server.exe [01:28:34] [debug] #6 00019ad4 in public SSCANF_OnGameModeInit () at D:Text PDF-FTPDropboxSA-MPAmazing Stunt World [Official]Execute Compilerincludezcmd.inc:70 [01:28:34] [debug] #7 00003d9c in public Itter_OnGameModeInit () at D:Text PDF-FTPDropboxSA-MPAmazing Stunt World [Official]Execute Compilerincludesscanf2.inc:174 [01:28:34] [debug] #8 native CallLocalFunction () [00472e50] from samp-server.exe [01:28:34] [debug] #9 00003128 in public ScriptInit_OnGameModeInit () at D:Text PDF-FTPDropboxSA-MPAmazing Stunt World [Official]Execute CompilerincludeYSIy_iterate.inc:791 [01:28:34] [debug] #10 00001920 in public OnGameModeInit () at D:Text PDF-FTPDropboxSA-MPAmazing Stunt World [Official]Execute CompilerincludeYSIinternal..y_scriptinit.inc:171 [01:28:34] [debug] Native backtrace: [01:28:34] [debug] #0 100280d0 in ?? () from pluginsmysql.dll [01:28:34] [debug] #1 10026fae in ?? () from pluginsmysql.dll [01:28:34] [debug] #2 00dcf2e9 in ?? () from C:WINDOWSsystem32MSVCR110.dll [01:28:34] [debug] #3 00dcf2cd in ?? () from C:WINDOWSsystem32MSVCR110.dll [01:28:34] [debug] #4 7c80b50b in ?? () from C:WINDOWSsystem32kernel32.dll [01:28:34] [debug] #1 10026fae in ?? () from pluginsmysql.dll [01:28:34] [debug] #2 00dcf2e9 in ?? () from C:WINDOWSsystem32MSVCR110.dll [01:28:34] [debug] #3 00dcf2cd in ?? () from C:WINDOWSsystem32MSVCR110.dll [01:28:34] [debug] #4 7c80b50b in ?? () from C:WINDOWSsystem32kernel32.dll [01:28:34] [debug] #9 0133591a in ?? () from pluginscrashdetect.dll [01:28:34] [debug] #10 0047315e in ?? () from samp-server.exe [01:28:34] [debug] #11 004010b6 in ?? () from samp-server.exe [01:28:34] [debug] #12 013358ca in ?? () from pluginscrashdetect.dll [01:28:34] [debug] #13 0133774f in ?? () from pluginscrashdetect.dll [01:28:34] [debug] #14 01330834 in ?? () from pluginscrashdetect.dll [01:28:34] [debug] #15 0133591a in ?? () from pluginscrashdetect.dll [01:28:34] [debug] #16 0047315e in ?? () from samp-server.exe [01:28:34] [debug] #17 004010b6 in ?? () from samp-server.exe
  19. Pacat mare pacat. Am sa folosesc server-ul. Un server de nota 10/10
  20. Uite un pic in script-ul ala si dupa uite in al meu si comparal un pic
  21. Salut cum spune si titlu. Caut pe cineva de incredere cu care sa pot face ceva serios ( Nu am nevoie de $$$ sau scripter ) Am nevoie sa populez. Platile la webhost domeniu sa-mp host ma ocup numa eu. Domeniul este .com Forum-ul este IPB tema facuta de mine modificata complet dela 0 css-uri html Sunt la inceput si am nevoie de cineva care poate aduce jucatorii membri staff activ. Ma puteti contacta prin PM. Multumesc EDIT: aici este server-ul http://forum.sa-mp.ro/index.php/topic/19158-stunt-king-romania-v65-summer-edition/
×
×
  • 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.