Jump to content

PlayerConnect

Membru
  • Posts

    38
  • Joined

  • Last visited

Everything posted by PlayerConnect

  1. Gata am rezolvat trebuia sa inlocuiesc handle cu mysql.
  2. Salut am o preoblema cu payday la gamemode,jucatori primesc payday dar nu se salveaza in baza de date

  3. Este pentru connt premium gold si silver si jucatori normali CMD:cars(playerid, params[]) { new string[500]; if(IsPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_RED, "Nu esti logat!"); if(PlayerInfo[playerid][pPcarkey] == 999 && PlayerInfo[playerid][pPcarkey2] == 999 && PlayerInfo[playerid][pPcarkey3] == 999 && PlayerInfo[playerid][pPcarkey4] == 999 && PlayerInfo[playerid][pPcarkey5] == 999 && PlayerInfo[playerid][pPcarkey6] == 999 && PlayerInfo[playerid][pPcarkey7] == 999) return SCM(playerid, COLOR_WHITE, "Nu ai o masina personala."); new dtext[555]; new carkey1 = PlayerInfo[playerid][pPcarkeyID], carkey2 = PlayerInfo[playerid][pPcarkey2ID], carkey3 = PlayerInfo[playerid][pPcarkey3ID], carkey4 = PlayerInfo[playerid][pPcarkey4ID], carkey5 = PlayerInfo[playerid][pPcarkey5ID], carkey6 = PlayerInfo[playerid][pPcarkey6ID], carkey7 = PlayerInfo[playerid][pPcarkey7ID]; if(PlayerInfo[playerid][pPcarkey] < 999) { format(string, 256, "{E8E072}[SLOT 1] {309425}%s\n", VehicleNames[GetVehicleModel(carkey1)-400]); strcat(dtext, string); } else strcat(dtext, "{E7F26D}<slot liber>\n"); if(PlayerInfo[playerid][pPcarkey2] < 999) { format(string, 256, "{E8E072}[SLOT 2] {309425}%s\n", VehicleNames[GetVehicleModel(carkey2)-400]); strcat(dtext, string); } else strcat(dtext, "{E7F26D}<slot liber>\n"); if(PlayerInfo[playerid][pPcarkey3] < 999) { format(string, 256, "{E8E072}[SLOT 3] {309425}%s\n", VehicleNames[GetVehicleModel(carkey3)-400]); strcat(dtext, string); } else strcat(dtext, "{E7F26D}<slot liber>\n"); if(PlayerInfo[playerid][pPremium] >= 1) { if(PlayerInfo[playerid][pPcarkey4] < 999) { format(string, 256, "{E8E072}[SLOT 4] {309425}%s\n", VehicleNames[GetVehicleModel(carkey4)-400]); strcat(dtext, string); } else strcat(dtext, "{E7F26D}<slot liber>\n"); if(PlayerInfo[playerid][pPcarkey5] < 999) { format(string, 256, "{E8E072}[SLOT 5] {309425}%s\n", VehicleNames[GetVehicleModel(carkey5)-400]); strcat(dtext, string); } else strcat(dtext, "{E7F26D}<slot liber>\n"); } if(PlayerInfo[playerid][pPremium] == 2) { if(PlayerInfo[playerid][pPcarkey6] < 999) { format(string, 256, "{E8E072}[SLOT 6] {309425}%s\n", VehicleNames[GetVehicleModel(carkey6)-400]); strcat(dtext, string); } else strcat(dtext, "{E7F26D}<slot liber>\n"); if(PlayerInfo[playerid][pPcarkey7] < 999) { format(string, 256, "{E8E072}[SLOT 7] {309425}%s\n", VehicleNames[GetVehicleModel(carkey7)-400]); strcat(dtext, string); } else strcat(dtext, "{E7F26D}<slot liber>\n"); } ShowPlayerDialog(playerid, 252, DIALOG_STYLE_LIST, "{FFFB00}Cars:", dtext, "Selecteaza", "Iesire"); return 1; } if(dialogid == 252) { if(!response) return 1; if(response) { switch(listitem) { case 0: { if(PlayerInfo[playerid][pPcarkey] < 999) return ShowPlayerDialog(playerid, 253, DIALOG_STYLE_LIST, "Vehicle menu:", "Vehicle Info\nFind Car\nRespawn\n{FF0000}Remove Tuning\n{FF0000}Remove Neon{FFFFFF}", "Selecteaza", "Back"); else SCM(playerid, 0x8CEB83FF, "Nu ai o masina pe acest slot."); } case 1: { if(PlayerInfo[playerid][pPcarkey2] < 999) return ShowPlayerDialog(playerid, 254, DIALOG_STYLE_LIST, "Vehicle menu:", "Vehicle Info\nFind Car\nRespawn\n{FF0000}Remove Tuning\n{FF0000}Remove Neon{FFFFFF}", "Selecteaza", "Back"); else SCM(playerid, 0x8CEB83FF, "Nu ai o masina pe acest slot."); } case 2: { if(PlayerInfo[playerid][pPcarkey3] < 999) return ShowPlayerDialog(playerid, 255, DIALOG_STYLE_LIST, "Vehicle menu:", "Vehicle Info\nFind Car\nRespawn\n{FF0000}Remove Tuning\n{FF0000}Remove Neon{FFFFFF}", "Selecteaza", "Back"); else SCM(playerid, 0x8CEB83FF, "Nu ai o masina pe acest slot."); } case 3: { if(PlayerInfo[playerid][pPcarkey4] < 999) return ShowPlayerDialog(playerid, 256, DIALOG_STYLE_LIST, "Vehicle menu:", "Vehicle Info\nFind Car\nRespawn\n{FF0000}Remove Tuning\n{FF0000}Remove Neon{FFFFFF}", "Selecteaza", "Back"); else SCM(playerid, 0x8CEB83FF, "Nu ai o masina pe acest slot."); } case 4: { if(PlayerInfo[playerid][pPcarkey5] < 999) return ShowPlayerDialog(playerid, 257, DIALOG_STYLE_LIST, "Vehicle menu:", "Vehicle Info\nFind Car\nRespawn\n{FF0000}Remove Tuning\n{FF0000}Remove Neon{FFFFFF}", "Selecteaza", "Back"); else SCM(playerid, 0x8CEB83FF, "Nu ai o masina pe acest slot."); } case 5: { if(PlayerInfo[playerid][pPcarkey6] < 999) return ShowPlayerDialog(playerid, 258, DIALOG_STYLE_LIST, "Vehicle menu:", "Vehicle Info\nFind Car\nRespawn\n{FF0000}Remove Tuning\n{FF0000}Remove Neon{FFFFFF}", "Selecteaza", "Back"); else SCM(playerid, 0x8CEB83FF, "Nu ai o masina pe acest slot."); } case 6: { if(PlayerInfo[playerid][pPcarkey7] < 999) return ShowPlayerDialog(playerid, 259, DIALOG_STYLE_LIST, "Vehicle menu:", "Vehicle Info\nFind Car\nRespawn\n{FF0000}Remove Tuning\n{FF0000}Remove Neon{FFFFFF}", "Selecteaza", "Back"); else SCM(playerid, 0x8CEB83FF, "Nu ai o masina pe acest slot."); } } } }
  4. Fai update la SSCANF
  5. Problema intalnita (descriere):Payday nu se salveaza in baza de date ce trebuie sa pun. Primesti payday dar nu se salveaza in mysql,si cand intri din nou pe server nu mai ai nimic din ce primesti. Respectpoint,Giftpoints,Ore jucate.Ero(area / rile) / warning-(ul / urile):Liniile de cod / sursa / script-ul(obligatoriu):http://pastebin.com/jhqiWdMJImagini / Video (optional):Ati incercat sa rezolvati singur?: Am tot cautat si pe internet,am incercat sal fac dar nu am reusit.
  6. Buguri:-la speedometer la destinatie cand setezi gps nu apare -unele coordonate la gps,jobs puse gresit -comenzile la joburile gunoier si farmer nu sunt gasite in nici o comanda implementata sau dezactivata.
  7. Frumos gamemode! Am inceput un edit ,are buguri minore usor de rezolvat din ce am gasit eu.
  8. Dowlandeaza mysql r39 de pe net si inlocuiestel pe cel acutal si o sa mearga
  9. nu ai plugin mysql r39 cred
  10. switch(CarRadio[newcar]) { case 0: StopAudioStreamForPlayer(playerid), PlayerRadio[playerid] = 0; case 1: PlayAudioStreamForPlayer(playerid, "http://live.radiotaraf.com:8181"), PlayerRadio[playerid] = 1; case 2: PlayAudioStreamForPlayer(playerid, "http://radiofunky.ro/live.pls"), PlayerRadio[playerid] = 2; case 3: PlayAudioStreamForPlayer(playerid, "http://live.radiogangsta.ro:8800"), PlayerRadio[playerid] = 3; case 4: PlayAudioStreamForPlayer(playerid, "http://dance.radiogangsta.ro:8800"), PlayerRadio[playerid] = 4; case 5: PlayAudioStreamForPlayer(playerid, "http://rbandit.dyndns.tv:8000"), PlayerRadio[playerid] = 5; case 6: PlayAudioStreamForPlayer(playerid, "http://live.radiohot.ro:8000"), PlayerRadio[playerid] = 6; case 7: PlayAudioStreamForPlayer(playerid, "http://www.radiotequila.ro/hiphop.m3u"), PlayerRadio[playerid] = 7; case 8: PlayAudioStreamForPlayer(playerid, "http://80.86.106.136/listen.pls"), PlayerRadio[playerid] = 8; case 9: PlayAudioStreamForPlayer(playerid, "http://stream.radiozu.ro:8020"), PlayerRadio[playerid] = 9; case 10: PlayAudioStreamForPlayer(playerid, "http://nextgen.go.ro:8012"), PlayerRadio[playerid] = 10; case 11: PlayAudioStreamForPlayer(playerid, "http://stream.profm.ro:8012/profm.mp3"), PlayerRadio[playerid] = 11; case 12: PlayAudioStreamForPlayer(playerid, "http://live.radioclubmix.ro:9999"), PlayerRadio[playerid] = 12; case 13: PlayAudioStreamForPlayer(playerid, "http://livemp3.radiopopular.ro:7777"), PlayerRadio[playerid] = 13; } Asta este pus ce mai trebuie sa pun?
  11. Problema intalnita (descriere):Cum pot face ca toti jucatori din masina sa asculte acelas radio pe care il pune soferu?Ero(area / rile) / warning-(ul / urile):Nu am Liniile de cod / sursa / script-ul(obligatoriu):CMD:carradio(playerid, params[]) { if(IsPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_RED, "Nu esti logat!"); if(!IsPlayerInAnyVehicle(playerid)) return SCM(playerid, COLOR_WHITE, "Poti asculta radio doar atunci cand te afli intr-un vehicul!"); if(GetPlayerState(playerid) != PLAYER_STATE_DRIVER) return SCM(playerid, COLOR_WHITE, "Doar soferul poate schimba postul de radio!"); new radiostr[1024]; format(radiostr, sizeof(radiostr), "{E82727}Opreste Radio-ul\nRadio Taraf Romania\nRadio Funky Manele\nRadio Gangsta Manele\nRadio Gangsta Dance\nRadio Bandit Romania\nRadio Hot Romania\nRadio Tequila HipHop\nRadio Kiss FM\nRadio ZU Romania\nRadio Greu de Difuzat\nRadio Pro FM\nRadio ClubMix\nRadio Popular"); ShowPlayerDialog(playerid,170,DIALOG_STYLE_LIST,"Radio",radiostr,"Ok", "Iesire"); return 1; }Imagini / Video (optional):Ati incercat sa rezolvati singur?: Nu stiu cum
  12. Daca te-ar interesa
  13. Descriere produs:Gamemode RPGPreţ:100 leiAlte detalii: Pagina de facebook a servarului : https://www.facebook.com/Samp-LJV-998150593563137/?ref=hl Putem face tranzati cu intermediar,nu ofer primul. Pot da email numar de telefon pentru siguranta. Sistemele : -war -rob -dmw -curse cu masini si motociclete in arene speciale . -sistem de race -premium Gamemodul ruleaza pe mysql. Dealershipul poate fi modificat direct din joc. Servarul mai are multe sisteme,pe care vi le pot prezenta eu pe server.
  14. 150 lei gta 5 cs go
×
×
  • 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.