Jump to content

marius11

Membru
  • Posts

    239
  • Joined

  • Last visited

Everything posted by marius11

  1. Vreau sa bag pe host ipboard si imi da eroarea asta cand intru pe site sa instalez Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
  2. Nu stiu de ce imi da asta cand pornesc sampserver SA-MP Dedicated Server ---------------------- v0.3.7-R2, (C)2005-2015 SA-MP Team [23:14:10] Error: Your password must be changed from the default password, please change it. ---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3.7-R2, (C)2005-2015 SA-MP Team [23:14:10] Error: Your password must be changed from the default password, please change it. server.cfg echo Executing Server Config... lanmode 0 maxplayers 50 port 7777 plugins crashdetect wp sscanf streamer mysql GeoIP_Plugin iTD libRegEx hostname Beta Server [0.3.7] gamemode0 game2 1 announce 1 query 1 weburl Null language RO/EN onfoot_rate 40 incar_rate 40 weapon_rate 40 stream_distance 300.0 stream_rate 1000 maxnpc 0 logtimeformat [%H:%M:%S] filterscripts td iTD
  3. orele se inregistreaza la baza de date ?
  4. Cum pot inlocui o casa pe server cu mta ,adica sa sterg o casa si sa adaug alta dar apoi cand pun in gm sa apara casa mea , cea lanta sa se stearga , am incercat sa fac si ramane si a mea si cea care am sterso
  5. Nu are legatura vreau doar sa apara doar la admini . vreau sa incerc sa fac chesti noi dar nu stiu aici cum trebuie
  6. Pai vreau ca acest td sa il vada doar admini News2[f] = TextDrawCreate(480.000000, 429.000000, "Esti Admin"); TextDrawLetterSize(News2[f],0.250000, 2.000000); TextDrawAlignment(News2[f], 1); TextDrawColor(News2[f], -1); TextDrawSetShadow(News2[f], 0); TextDrawSetOutline(News2[f], 1); TextDrawBackgroundColor(News2[f], 255); TextDrawFont(News2[f], 2); TextDrawSetProportional(News2[f], 1);
  7. Asta o pun tot acolo unde este td sau in alt loc if(PlayerInfo[playerid][pAdmin] >= 0)
  8. Cum pot face un textdraw pe care sa poata sa il vada doar admini
  9. Nu este de acolo ca daca conectez gm la o baza de date free merge dar la baza de la host nu se conecteaza , este posibil sa fie de la ei
  10. adauga datele de la baza de date il gamemode cauta la conectare mysql
  11. nu ai baza de date conectata
  12. Tot nu merge , ps hostul nu este romana , este de la o firma din rusia , cred ca nu are legatura, l-am foat sa invat pe el
  13. cu ce ar trebuis sa incep prima data sa creez o nou slot la comanda /cars
  14. Salut Am si eu o intrebare despre masinile personale, in ultima luna am stat doar pe gm Virtual rpg , am modificat cu un prieten prin el iam adaugat chesti noi , nu conteaza asta , intrebarea este la masinile personale , poti avea doar 2 , eu as vrea sa poata detine un player macar 3 sau 4 Care sunt pasi pe care ar trebui sa ii fac ca sa adaug macar 1 masina personala in plus , am cautat tutoriale pe net dar nimeni nu vorbeste despre asta
  15. Nu imi deschid server inca nu sunt pregatit , momentan invat poate la anu daca o sa invat tot ce trebuie , acum am mai multe gm si fac din fiecare cate ceva, pentru ca vreau sa invat pe mai multe gm-uri si ms +1
  16. function ShowCarMenu(playerid,slot) { switch(slot) { case 1: { new string[64]; format(string,sizeof(string),"%s options | Slot 1",ArIsim[PlayerData[playerid][vModel][1]-400]); ShowPlayerDialog(playerid,227,DIALOG_STYLE_LIST,string,""VD">"ALB" Respawneaza\n"VD">"ALB" Vehicle info\n"VD">"ALB" Localizeaza\n"VD">"ALB" Schimba numar\n"VD">"ALB" Reseteaza spawn\n"VD">"ALB" Remove mods","Select", "Cancel"); } case 2: { new string[64]; format(string,sizeof(string),"%s options | Slot 2",ArIsim[PlayerData[playerid][vModel][2]-400]); ShowPlayerDialog(playerid,228,DIALOG_STYLE_LIST,string,""VD">"ALB" Respawneaza\n"VD">"ALB" Vehicle info\n"VD">"ALB" Localizeaza\n"VD">"ALB" Schimba numar\n"VD">"ALB" Reseteaza spawn\n"VD">"ALB" Remove mods","Select", "Cancel"); } function ShowPersonalCars(playerid) { new strj1[3000]; new dcar[258]; new dcar2[258]; new dcar3[257]; new dcar4[258]; new stext[4]; new stext2[4]; new stext3[4]; new stext4[4]; if(PlayerData[playerid][vLock][1] == 0) { stext = "Nu"; } else if(PlayerData[playerid][vLock][1] == 1) { stext = "Da"; } if(PlayerData[playerid][vLock][2] == 0) { stext2 = "Nu"; } else if(PlayerData[playerid][vLock][2] == 1) { stext2 = "Da"; } if(PlayerData[playerid][vLock][3] == 0) { stext3 = "Nu"; } else if(PlayerData[playerid][vLock][3] == 1) { stext3 = "Da"; } if(PlayerData[playerid][vLock][4] == 0) { stext4 = "Nu"; } else if(PlayerData[playerid][vLock][4] == 1) { stext4 = "Da"; } if(PlayerData[playerid][vModel][1] > 1) { format(dcar, sizeof(dcar), ""VD">"ALB" %s\t| KM %.1f | Inchis:%s | Asigurare: $%s | Num: %s\n", ArIsim[PlayerData[playerid][vModel][1]-400], PlayerData[playerid][vKM][1], stext,FormatNumber(GetAsigurare(playerid,1), 0, '.'),PlayerData[playerid][vPlate]); }else { format(dcar, sizeof(dcar), ""V2"<slot liber>"ALB"\n"); } if(PlayerData[playerid][vModel][2] > 1) { format(dcar2, sizeof(dcar2), ""VD">"ALB" %s\t| KM %.1f | Inchis:%s | Asigurare: $%s | Num: %s\n", ArIsim[PlayerData[playerid][vModel][2]-400], PlayerData[playerid][vKM][2], stext2,FormatNumber(GetAsigurare(playerid,2), 0, '.'),PlayerData[playerid][vPlate2]); }else { format(dcar2, sizeof(dcar2), ""V2"<slot liber>"ALB"\n"); } if(PlayerData[playerid][pDonateRank] >= 1) { if(PlayerData[playerid][vModel][3] > 1) { format(dcar3, sizeof(dcar3), ""VD">"ALB" %s\t| KM %.1f | Inchis:%s | Asigurare: $%s | Num: %s\n", ArIsim[PlayerData[playerid][vModel][3]-400], PlayerData[playerid][vKM][3], stext3,FormatNumber(GetAsigurare(playerid,3), 0, '.'),PlayerData[playerid][vPlate3]); }else { format(dcar3, sizeof(dcar3), ""V2"<slot liber>"ALB"\n"); } } if(PlayerData[playerid][pDonateRank] >= 1) { if(PlayerData[playerid][vModel][4] > 1) { format(dcar4, sizeof(dcar4), ""VD">"ALB" %s\t| KM %.1f| Inchis:%s | Asigurare: $%s | Num: %s\n", ArIsim[PlayerData[playerid][vModel][4]-400], PlayerData[playerid][vKM][4], stext4,FormatNumber(GetAsigurare(playerid,4), 0, '.'),PlayerData[playerid][vPlate4]); }else { format(dcar4, sizeof(dcar4), ""V2"<slot liber>"ALB"\n"); } } format(strj1, sizeof(strj1), "%s%s%s%s",dcar, dcar2, dcar3, dcar4); ShowPlayerDialog(playerid, 226, DIALOG_STYLE_LIST, "MASINI PERSONALE", strj1, "Select","Close"); } case 3: { new string[64]; format(string,sizeof(string),"%s options | Slot 3",ArIsim[PlayerData[playerid][vModel][3]-400]); ShowPlayerDialog(playerid,229,DIALOG_STYLE_LIST,string,""VD">"ALB" Respawneaza\n"VD">"ALB" Vehicle info\n"VD">"ALB" Localizeaza\n"VD">"ALB" Schimba numar\n"VD">"ALB" Reseteaza spawn\n"VD">"ALB" Remove mods","Select", "Cancel"); } case 4: { new string[64]; format(string,sizeof(string),"%s options | Slot 4",ArIsim[PlayerData[playerid][vModel][4]-400]); ShowPlayerDialog(playerid,230,DIALOG_STYLE_LIST,string,""VD">"ALB" Respawneaza\n"VD">"ALB" Vehicle info\n"VD">"ALB" Localizeaza\n"VD">"ALB" Schimba numar\n"VD">"ALB" Reseteaza spawn\n"VD">"ALB" Remove mods","Select", "Cancel"); } } return 1; }
  17. Problema intalnita (descriere):Am gm Drawn si am intampinat o problema care nu stiu sa o rezolv , problema , la masini personale cand dai /cars apar 2 sloturi , cumperi 2 masini in sloturi si dupa dai sa mai cumperi un slot , el se cumpara dar la comanda /cars nu apare poti sa cumperi masina in slotul cumparat doar ca nu apare la cars , el apare doar daca cumperi cont premium Ero(area / rile) / warning-(ul / urile):Liniile de cod / sursa / script-ul(obligatoriu): switch(listitem) { case 0: { if(PlayerData[playerid][vModel][1] == -1) { SendClientMessage(playerid, COLOR_GRAD1, "Nu ai vreo masina pe acest slot!"); ShowPersonalCars(playerid); return 1; } ShowCarMenu(playerid,1); } case 1: { if(PlayerData[playerid][vModel][2] == -1) { SendClientMessage(playerid, COLOR_GRAD1, "Nu ai vreo masina pe acest slot!"); ShowPersonalCars(playerid); return 1; } ShowCarMenu(playerid,2); } case 2: { if(PlayerData[playerid][vModel][3] == -1) { SendClientMessage(playerid, COLOR_GRAD1, "Nu ai vreo masina pe acest slot!"); ShowPersonalCars(playerid); return 1; } ShowCarMenu(playerid,3); } case 3: { if(PlayerData[playerid][vModel][4] == -1) { SendClientMessage(playerid, COLOR_GRAD1, "Nu ai vreo masina pe acest slot!");ShowPersonalCars(playerid); return 1; } ShowCarMenu(playerid,4); } } }Imagini / Video (optional):Ati incercat sa rezolvati singur?:
  18. Pai asta este problema ca nu stiu sa intru unde sa creez
  19. Cum se face DNS la un host de la hostinger.ro Nu imi dau seama cum ar trebui sa fac
×
×
  • 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.