Jump to content

The_RobyRo

Membru
  • Posts

    43
  • Joined

  • Last visited

Everything posted by The_RobyRo

  1. Am rezolvat problema, nu imi daduse nici o eroare. Bagasem o comanda pe dialog si am pus new szDialog[500 sau 1000] si de aceea nu pornea.
  2. Am rezolvat problema. Nu pusesem ceva.
  3. Salut! Am si eu o problema, am incercat sa fac un update la clan-uri prin adaugarea optiunii de a depozita bani in seif-ul clan-ului, dar nu mi se salveaza banii depozitati in baza de date. Am adaugat Deposit Money in comanda /clan. Lucrez pe gamemode-ul burned original Deposit Money: case DIALOG_CDEPOSIT: { if(!response) return 1; if(!IsNumeric(inputtext)) return ShowPlayerDialog(playerid, DIALOG_CDEPOSIT, DIALOG_STYLE_INPUT, "Deposit Money", "Introdu suma pe care doresti sa o depozitezi in seiful clanului.", "Okay", "Cancel"); new val = strval(inputtext); GivePlayerCash(playerid, -val); new string2[64]; format(string2, sizeof(string2), "Ai depozitat $%d in seif-ul clanului.", val); SCM(playerid, COLOR_LGREEN, string2); new clanid = PlayerInfo[playerid][pClan]; ClanInfo[clanid][clBank] += val; } Mai adaugasem si in include-ul systems: new clanid = PlayerInfo[playerid][pClan]; case clBankx: format(var, sizeof(var), "UPDATE `clans` SET `Bank`='%d' WHERE `ID`='%d'",ClanInfo[clanid][clBank], PlayerInfo[playerid][pClan]); Ma poate ajuta cineva ?
  4. Salut! Ma poate ajuta cineva cu problema asta? Server-ul nu mai porneste dintr-un motiv sau altul. Este in stadiul in care pornea inainte, dar acum nu mai vrea sa porneasca. Consola: ---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3.7-R2, (C)2005-2015 SA-MP Team Server Plugins -------------- Loading plugin: sscanf =============================== sscanf plugin loaded. Version: 2.8.2 (c) 2012 Alex "Y_Less" Cole =============================== Loaded. Loading plugin: mysql >> plugin.mysql: R39-3 successfully loaded. Loaded. Loading plugin: streamer *** Streamer Plugin v2.7.7 by Incognito loaded *** Loaded. Loaded 3 plugins. Started server on port: 7777, with maxplayers: 100 lanmode is ON. Filterscripts --------------- Loaded 0 filterscripts. ======================================= | | | YSI version 3.09.0684 | | By Alex "Y_Less" Cole | | | ======================================= Server: hosted Server vehicles: 162 Safezones: 0 Number of vehicle models: 62 Cand deschid samp, imi apare la numele server-ului localhost si la Mode Unknown.. Lucrez pe gamemode-ul burned original Am XAMPP deschis exact ca inainte cand imi pornea si nu avea nici o problema
  5. Salut! Am si eu o problema la case. Lucrez pe gamemode-ul burned original si limita de case era pusa pe 100. Eu am pus 200 deoarece am mai adaugat case, dar nu imi apar 3d text-urile si pickup-urile. Apar pana la casa 101 si restu nimic.. Casele sunt si pe server (pot intra in ele) si in baza de date. Stie cineva cum pot rezolva?
  6. Pai nu stiu cum sa aflu daca este o masina personala, de exemplu.. Eu am 5 masini si vreau sa dea respawn la toate, dar nu stiu cum sa fac. Daca stiam cum sa incep puneam si ce am facut. Dar nu imi vin idei cum as putea face.
  7. Salut! Poate cineva sa faca un tutorial cum sa dai tow la toate masinile personale deodata?
  8. Salut! Lucrez pe gamemode-ul burned original si as vrea sa fac o comanda sa dau tow la toate masinile personale deodata, dar nu stiu cum sa fac. Nu stiu cum sa aflu ca masinile care sa se respawneze sa fie personale (ale celui care foloseste comanda). Ma poate ajuta cineva?
  9. Salut! Stie cineva cum se numeste publicul SetPlayerUnJail pe gamemode-ul burned?
  10. Salut! Am si eu o intrebare, vreau sa fac o comanda prin care sa spawnez toate masinile personale deodata, dar nu stiu cum sa fac.. Imi poate da si mie cineva o idee? Lucrez pe gamemode-ul Burned Original
  11. Salut! Stie cineva unde gasesc coordonatele masinilor cumparate de la DealerShip? Ma refer dupa ce cumperi masina ti-o spawneaza in parcarea de la ds.
  12. Salut! Folosesc gamemode-ul Burned Original si vreau sa fac verificarea aceea de la DespawnVehicle sa nu se mai despawneze masina cand esti in ea, dar nu stiu cum sa fac acea verificare. Putin ajutor va rog ?
  13. Salut, ma poate ajuta cineva cu eroarea asta? Nu porneste server-ul.. Gamemode-ul este Burned, Edit by CosminAK47. Am copiat ce era in arhiva de la acest gamemode peste originalul gamemode burned, nu a mers.. Am inlocuit si includurile cu cele de la gamemode-ul original dar tot nimic. Si in consola apare asta si dupa aceea se inchide. Consola: SA-MP Dedicated Server ---------------------- v0.3.7-R2, (C)2005-2015 SA-MP Team [16:07:18] [16:07:18] Server Plugins [16:07:18] -------------- [16:07:18] Loading plugin: crashdetect [16:07:18] CrashDetect v4.18.1 is OK. [16:07:18] Loaded. [16:07:18] Loading plugin: sscanf [16:07:18] [16:07:18] =============================== [16:07:18] sscanf plugin loaded. [16:07:18] Version: 2.8.2 [16:07:18] (c) 2012 Alex "Y_Less" Cole [16:07:18] =============================== [16:07:18] Loaded. [16:07:18] Loading plugin: mysql [16:07:18] >> plugin.mysql: R39-3 successfully loaded. [16:07:18] Loaded. [16:07:18] Loading plugin: streamer [16:07:18] *** Streamer Plugin v2.7.7 by Incognito loaded *** [16:07:18] Loaded. [16:07:18] Loading plugin: Whirlpool [16:07:18] [16:07:18] ================== [16:07:18] [16:07:18] Whirlpool loaded [16:07:18] [16:07:18] ================== [16:07:18] [16:07:18] Loaded. [16:07:18] Loaded 5 plugins. [16:07:18] [16:07:18] Filterscripts [16:07:18] --------------- [16:07:18] Loaded 0 filterscripts. [16:07:19] [16:07:19] [16:07:19] [16:07:19] ======================================= [16:07:19] | | [16:07:19] | YSI version 3.09.0684 | [16:07:19] | By Alex "Y_Less" Cole | [16:07:19] | | [16:07:19] ======================================= [16:07:19] [16:07:19] [16:07:19] [16:07:19] [debug] Server crashed while executing gmm.amx [16:07:19] [debug] AMX backtrace: [16:07:19] [debug] #0 native mysql_connect () from mysql.DLL [16:07:19] [debug] #1 000a0008 in ?? () from gmm.amx [16:07:19] [debug] #2 0002840c in public L_AFK_OnGM () from gmm.amx [16:07:19] [debug] #3 native CallLocalFunction () from samp-server.exe [16:07:19] [debug] #4 0001894c in public SSCANF_OnGameModeInit () from gmm.amx [16:07:19] [debug] #5 00012cfc in public Itter_OnGameModeInit () from gmm.amx [16:07:19] [debug] #6 native CallLocalFunction () from samp-server.exe [16:07:19] [debug] #7 00011e20 in public ScriptInit_OnGameModeInit () from gmm.amx [16:07:19] [debug] #8 00010da4 in public PZone_OnGameModeInit () from gmm.amx [16:07:19] [debug] #9 native CallLocalFunction () from samp-server.exe [16:07:19] [debug] #10 00006a08 in public OnGameModeInit () from gmm.amx [16:07:19] [debug] Registers: [16:07:19] [debug] EAX: 0019e4b0 EBX: 0056f508 ECX: 00000003 EDX: 00000000 [16:07:19] [debug] ESI: 6b514938 EDI: 0019e560 EBP: 0019e50c ESP: 0019e4b0 [16:07:19] [debug] EIP: 7611ddc2 EFLAGS: 00000212 [16:07:19] [debug] Stack: [16:07:19] [debug] ESP+00000000: e06d7363 00000001 00000000 7611ddc2 [16:07:19] [debug] ESP+00000020: 0019e4e4 6b0faeb5 55d405c8 0019e5b0 [16:07:19] [debug] ESP+00000040: 6b4e8fce 0019e5c4 6e55477d 0019e5b0 [16:07:19] [debug] ESP+00000060: 6b0b9339 e06d7363 00000001 00000003 [16:07:19] [debug] ESP+00000080: 00000001 00000000 00000000 00000003 [16:07:19] [debug] ESP+000000a0: 6b4e8595 0019e560 6b514938 6e554705 [16:07:19] [debug] ESP+000000c0: 6b51795c 77d14700 0019e620 77d147ee [16:07:19] [debug] ESP+000000e0: 00000000 00000000 00000000 ffffffff [16:07:19] [debug] ESP+00000100: 6b50c8c8 55d405c8 55d40601 0000000b [16:07:19] [debug] ESP+00000120: 6b13dd4e 00000000 0000000f 6b50c8d4 [16:07:19] [debug] ESP+00000140: 0056f508 0019e650 6b5092f8 00000000 [16:07:19] [debug] ESP+00000160: 7ebe1168 55b971f0 6b4ec820 7ebe1168 [16:07:19] [debug] ESP+00000180: 6b51795c 7ebf1900 0056f508 7ebe1168 [16:07:19] [debug] ESP+000001a0: 0019e680 6b509ac0 00000001 0019e68c [16:07:19] [debug] ESP+000001c0: 6b0aee11 6b4ec820 7ebe1168 7ebe1168 [16:07:19] [debug] ESP+000001e0: 6b4eebdb 0019e6fc 0019e714 0019e72c [16:07:19] [debug] ESP+00000200: 6e554491 0019e770 0019e780 0019e760 [16:07:19] [debug] ESP+00000220: 0056f4d8 00000cea 005a77c8 0019e601 [16:07:19] [debug] ESP+00000240: 00000007 0019e7f0 6b4fe6f2 61636f6c [16:07:19] [debug] ESP+00000260: 0000000f 746f6f72 00000000 0019e780 [16:07:19] [debug] ESP+00000280: 00000004 0019e780 0019e7f0 00000000 [16:07:19] [debug] ESP+000002a0: 0019e760 00000004 0000000f a4583201 [16:07:19] [debug] ESP+000002c0: 746f6f72 02a2f100 0019e7c4 6b4fe57a [16:07:19] [debug] ESP+000002e0: 0019e7c0 6b4fe52a 6e554595 0000008a [16:07:19] [debug] ESP+00000300: 039967f0 00000004 00000000 0019e744 [16:07:19] [debug] ESP+00000320: 07e0ba74 07e0bac4 0019e714 0019e72c [16:07:19] [debug] ESP+00000340: 0019e920 004010b6 02a2f1d8 07fa1184 [16:07:19] [debug] ESP+00000360: 0019e994 07fa1184 68d56f5b 0438b340 [16:07:19] [debug] ESP+00000380: 00000000 039967dc 000a0008 0000008a [16:07:19] [debug] ESP+000003a0: 0019e900 0a0d0a0d 00000064 00020000 [16:07:19] [debug] ESP+000003c0: 00540000 00000000 02965f00 02965ad8 [16:07:19] [debug] ESP+000003e0: 00a10000 00000064 0000001d 00a101c8 [16:07:19] [debug] Loaded modules:
  14. Salut, ma poti ajuta cu eroarea asta? Nu porneste server-ul.. Este pe localhost, am schimbat la inceput din NORMAL in LOCALHOST, si am pus si la mysql_connect alea la else "localhost" "root" "baza", in rest am lasat cum era Consola: SA-MP Dedicated Server ---------------------- v0.3.7-R2, (C)2005-2015 SA-MP Team [16:07:18] [16:07:18] Server Plugins [16:07:18] -------------- [16:07:18] Loading plugin: crashdetect [16:07:18] CrashDetect v4.18.1 is OK. [16:07:18] Loaded. [16:07:18] Loading plugin: sscanf [16:07:18] [16:07:18] =============================== [16:07:18] sscanf plugin loaded. [16:07:18] Version: 2.8.2 [16:07:18] (c) 2012 Alex "Y_Less" Cole [16:07:18] =============================== [16:07:18] Loaded. [16:07:18] Loading plugin: mysql [16:07:18] >> plugin.mysql: R39-3 successfully loaded. [16:07:18] Loaded. [16:07:18] Loading plugin: streamer [16:07:18] *** Streamer Plugin v2.7.7 by Incognito loaded *** [16:07:18] Loaded. [16:07:18] Loading plugin: Whirlpool [16:07:18] [16:07:18] ================== [16:07:18] [16:07:18] Whirlpool loaded [16:07:18] [16:07:18] ================== [16:07:18] [16:07:18] Loaded. [16:07:18] Loaded 5 plugins. [16:07:18] [16:07:18] Filterscripts [16:07:18] --------------- [16:07:18] Loaded 0 filterscripts. [16:07:19] [16:07:19] [16:07:19] [16:07:19] ======================================= [16:07:19] | | [16:07:19] | YSI version 3.09.0684 | [16:07:19] | By Alex "Y_Less" Cole | [16:07:19] | | [16:07:19] ======================================= [16:07:19] [16:07:19] [16:07:19] [16:07:19] [debug] Server crashed while executing gmm.amx [16:07:19] [debug] AMX backtrace: [16:07:19] [debug] #0 native mysql_connect () from mysql.DLL [16:07:19] [debug] #1 000a0008 in ?? () from gmm.amx [16:07:19] [debug] #2 0002840c in public L_AFK_OnGM () from gmm.amx [16:07:19] [debug] #3 native CallLocalFunction () from samp-server.exe [16:07:19] [debug] #4 0001894c in public SSCANF_OnGameModeInit () from gmm.amx [16:07:19] [debug] #5 00012cfc in public Itter_OnGameModeInit () from gmm.amx [16:07:19] [debug] #6 native CallLocalFunction () from samp-server.exe [16:07:19] [debug] #7 00011e20 in public ScriptInit_OnGameModeInit () from gmm.amx [16:07:19] [debug] #8 00010da4 in public PZone_OnGameModeInit () from gmm.amx [16:07:19] [debug] #9 native CallLocalFunction () from samp-server.exe [16:07:19] [debug] #10 00006a08 in public OnGameModeInit () from gmm.amx [16:07:19] [debug] Registers: [16:07:19] [debug] EAX: 0019e4b0 EBX: 0056f508 ECX: 00000003 EDX: 00000000 [16:07:19] [debug] ESI: 6b514938 EDI: 0019e560 EBP: 0019e50c ESP: 0019e4b0 [16:07:19] [debug] EIP: 7611ddc2 EFLAGS: 00000212 [16:07:19] [debug] Stack: [16:07:19] [debug] ESP+00000000: e06d7363 00000001 00000000 7611ddc2 [16:07:19] [debug] ESP+00000020: 0019e4e4 6b0faeb5 55d405c8 0019e5b0 [16:07:19] [debug] ESP+00000040: 6b4e8fce 0019e5c4 6e55477d 0019e5b0 [16:07:19] [debug] ESP+00000060: 6b0b9339 e06d7363 00000001 00000003 [16:07:19] [debug] ESP+00000080: 00000001 00000000 00000000 00000003 [16:07:19] [debug] ESP+000000a0: 6b4e8595 0019e560 6b514938 6e554705 [16:07:19] [debug] ESP+000000c0: 6b51795c 77d14700 0019e620 77d147ee [16:07:19] [debug] ESP+000000e0: 00000000 00000000 00000000 ffffffff [16:07:19] [debug] ESP+00000100: 6b50c8c8 55d405c8 55d40601 0000000b [16:07:19] [debug] ESP+00000120: 6b13dd4e 00000000 0000000f 6b50c8d4 [16:07:19] [debug] ESP+00000140: 0056f508 0019e650 6b5092f8 00000000 [16:07:19] [debug] ESP+00000160: 7ebe1168 55b971f0 6b4ec820 7ebe1168 [16:07:19] [debug] ESP+00000180: 6b51795c 7ebf1900 0056f508 7ebe1168 [16:07:19] [debug] ESP+000001a0: 0019e680 6b509ac0 00000001 0019e68c [16:07:19] [debug] ESP+000001c0: 6b0aee11 6b4ec820 7ebe1168 7ebe1168 [16:07:19] [debug] ESP+000001e0: 6b4eebdb 0019e6fc 0019e714 0019e72c [16:07:19] [debug] ESP+00000200: 6e554491 0019e770 0019e780 0019e760 [16:07:19] [debug] ESP+00000220: 0056f4d8 00000cea 005a77c8 0019e601 [16:07:19] [debug] ESP+00000240: 00000007 0019e7f0 6b4fe6f2 61636f6c [16:07:19] [debug] ESP+00000260: 0000000f 746f6f72 00000000 0019e780 [16:07:19] [debug] ESP+00000280: 00000004 0019e780 0019e7f0 00000000 [16:07:19] [debug] ESP+000002a0: 0019e760 00000004 0000000f a4583201 [16:07:19] [debug] ESP+000002c0: 746f6f72 02a2f100 0019e7c4 6b4fe57a [16:07:19] [debug] ESP+000002e0: 0019e7c0 6b4fe52a 6e554595 0000008a [16:07:19] [debug] ESP+00000300: 039967f0 00000004 00000000 0019e744 [16:07:19] [debug] ESP+00000320: 07e0ba74 07e0bac4 0019e714 0019e72c [16:07:19] [debug] ESP+00000340: 0019e920 004010b6 02a2f1d8 07fa1184 [16:07:19] [debug] ESP+00000360: 0019e994 07fa1184 68d56f5b 0438b340 [16:07:19] [debug] ESP+00000380: 00000000 039967dc 000a0008 0000008a [16:07:19] [debug] ESP+000003a0: 0019e900 0a0d0a0d 00000064 00020000 [16:07:19] [debug] ESP+000003c0: 00540000 00000000 02965f00 02965ad8 [16:07:19] [debug] ESP+000003e0: 00a10000 00000064 0000001d 00a101c8 [16:07:19] [debug] Loaded modules:
  15. Am rezolvat problema.
  16. La celelalte mafii merg. Pe unele gamemodeuri de pe net la the rifa si rusian mafia nu merg comenzile zic ca nu esti in HQ
  17. Salut! Am si eu o problema cu factiunea The Rifa. Daca dau /gmats, /gdrugs imi zice ca nu sunt in HQ. Cum pot sa rezolv?
×
×
  • 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.