Jump to content

gamercs98

Membru
  • Posts

    71
  • Joined

  • Last visited

Everything posted by gamercs98

  1. Problema intalnita (descriere):Poi asa, ma bag in jail si imi apare textdraw cu :eliberat in ... secunde si wanted scade in..., cand ies din jail ramane acel textdraw nu stiu de ce, sau cand primesc free de la un jucator sau /relase de la admin, ramane acel textdraw.Ero(area / rile) / warning-(ul / urile):NuLiniile de cod / sursa / script-ul(obligatoriu):
  2. Da, de la hostinger foloseam host..
  3. Buna seara, dupa cum se vede si in titlu am o problema cu conectarea unui panel. Panelul este cel Briston. Deci sa incep sa povestesc: Eu am serverul de samp de la o firma de host, nu dau nume, iar cel pe care vreau sa urc panelul este de la alta firma de host. Bun, cand vreau sa conectez panelul cu serverul de pe firma de host respectiva primesc asta http://prntscr.com/9ymdd9, nu stiu unde gresesc. In include.php am modificat eu am ceva gen asa. <?php $link = mysql_connect('Aici am pus ip'ul de la hostul serverului de samp', 'id cu care ma conectez pe phpmyadmin', 'si parola de la phpmyadmin') or die(" asta nu stiu ce inseamna"); mysql_select_db('Baza de date.', $link); ?> As fii recunoscator daca m-ati putea ajuta.
  4. gamercs98

    Erori

    Si acum care mai e problema ma dispera pluginurile astea. am luat mysql plugin r39-4 si primesc asta.
  5. gamercs98

    Erori

    Ai sunt toate pluginurile pe care le am. http://prntscr.com/9yjhc6 si aici server.cfg http://prntscr.com/9yjhx8 Ce vrea sa insemne asta, am pluginurile acestea.
  6. gamercs98

    Erori

    Nu am crashdetect ca plugin, uite server_log.
  7. gamercs98

    Erori

    Problema intalnita (descriere): Poi cand deschid serverul primesc aceste erori.Ero(area / rile) / warning-(ul / urile):
  8. Aici aveti un video, am mare nevoie de ajutor nu imi dau seama de la ce poate fii. In baza de date am adaugat masinile in ds. Eu conectez serverul cu warningurile alea dar cand vreau sa cumpar o masina premium pica serverul.
  9. Bun, doresc sa fac masinile premium pe server dar nu reusesc, am sa las un video mai jos ca sa vedeti ce am facut si ce imi arata. Aici aveti un video, am mare nevoie de ajutor nu imi dau seama de la ce poate fii. In baza de date am adaugat masinile in ds. Eu conectez serverul cu warningurile alea dar cand vreau sa cumpar o masina premium pica serverul.
  10. Buna ziua, deci am o problema. Eu as dorii sa modific asta : format(string, 256,"** {FF0000} MySQL: {FFFFFF} %s ID:(%d) has logged in. ", playerVariables[extraid][pNormalName],extraid); sa scrie in genul asta: format(string, 256,"** {FF0000} MySQL: {FFFFFF} %s ID:(%d) has logged in with IP: %s, Country: %s ", playerVariables[extraid][pNormalName],extraid); am incercat sa fac asa. format(string, 256,"** {FF0000} MySQL: {FFFFFF} %s ID:(%d) has logged in with IP: %s, Country: %s ", playerVariables[extraid][pNormalName],extraid, ip,country); Si primesc eroare gen: Undefinied symbol ip si country.
  11. Recomand, este de incredere, am cumparat gm-ul de la el.
  12. Sunt interesat sa cumpar acest gamemode, lasa un Pm cu pretu.
  13. Buna seara, as dorii ca politistii sa poata folosii comanda /find fara a avea jobul detective, am incercat sa o fac si nu reusesc. if(strcmp(cmd, "/find", true) == 0) { if(IsPlayerConnected(playerid)) { if(PlayerInfo[playerid][pJob] != 1) { SendClientMessage(playerid, COLOR_GREY, "Nu esti detectiv!"); return 1; } if(CP[playerid] == 50 || CP[playerid] == 51 || CP[playerid] == 111) { SendClientMessage(playerid, COLOR_GREY, "Server: Nu poti folosi aceasta comanda acum."); return 1; } if(UsedFind[playerid] != 0 && PlayerInfo[playerid][pDetSkill] < 401) { SendClientMessage(playerid, COLOR_GREY, "Deja ai cautat pe cineva, asteapta 2 minute!"); return 1; } tmp = strtok2(cmdtext, idx); if(!strlen(tmp)) { SendUsage(playerid,"/find [playerid/PartOfName]"); return 1; } giveplayerid = ReturnUser(tmp); if(IsPlayerConnected(giveplayerid)) { if(giveplayerid != INVALID_PLAYER_ID) { new points; new level = PlayerInfo[playerid][pDetSkill]; if(level >= 0 && level <= 50) { points = 4; } else if(level >= 51 && level <= 100) { points = 6; } else if(level >= 101 && level <= 200) { points = 8; } else if(level >= 201 && level <= 400) { points = 10; } else if(level >= 401) { points = 12; } FindTime[playerid] = 1; FindTimePoints[playerid] = points; PlayerInfo[playerid][pDetSkill] ++; UsedFind[playerid] = 1; PlayerToFind[playerid] = giveplayerid; if(PlayerInfo[playerid][pDetSkill] <= 401) { new query[MAX_PLAYERS]; format(query, sizeof(query), "UPDATE players SET DetSkill='%d' WHERE id=%d", PlayerInfo[playerid][pDetSkill], PlayerInfo[playerid][pSQLID]); mysql_query(query); } if(PlayerInfo[playerid][pDetSkill] == 50) { SendClientMessage(playerid, COLOR_YELLOW, "*Priceperea ta ca detectiv este de nivelul 2."); } else if(PlayerInfo[playerid][pDetSkill] == 100) { SendClientMessage(playerid, COLOR_YELLOW, "*Priceperea ta ca detectiv este de nivelul 3."); } else if(PlayerInfo[playerid][pDetSkill] == 200) { SendClientMessage(playerid, COLOR_YELLOW, "*Priceperea ta ca detectiv este de nivelul 4."); } else if(PlayerInfo[playerid][pDetSkill] == 400) { SendClientMessage(playerid, COLOR_YELLOW, "*Priceperea ta ca detectiv este de nivelul 5."); } GetPlayerName(giveplayerid, giveplayer, sizeof(giveplayer)); new Float:X,Float:Y,Float:Z; if(participevent[giveplayerid] == 1) { SCM(playerid, COLOR_GREY, "Avertisment: Jucatorul pe care ai dat /find se afla la Event (/participa) !"); } if(InHouse[giveplayerid] != 0 && GetPlayerInterior(giveplayerid) != 0) { SetPlayerCheckpoint(playerid, HouseData[InHouse[giveplayerid]][hEntrancex], HouseData[InHouse[giveplayerid]][hEntrancey], HouseData[InHouse[giveplayerid]][hEntrancez], 6); return 1; } else if(InBizz[giveplayerid] != 0 && GetPlayerInterior(giveplayerid) != 0) { SetPlayerCheckpoint(playerid, BizzData[InBizz[giveplayerid]][bEntranceX], BizzData[InBizz[giveplayerid]][bEntranceY], BizzData[InBizz[giveplayerid]][bEntranceZ], 6); return 1; } else if(InHQ[giveplayerid] != 0 && GetPlayerInterior(giveplayerid) != 0) { switch(InHQ[giveplayerid]) { case 1: { CP[playerid] = 385; SetPlayerCheckpoint(playerid, 1541.8402,-1675.0847,13.5533,5.0); } case 2: { CP[playerid] = 385; SetPlayerCheckpoint(playerid, 332.2330,-1515.9069,35.8672,5.0); } case 3: { CP[playerid] = 385; SetPlayerCheckpoint(playerid, 199.2403,1810.6952,17.6406,5.0); } case 4: { CP[playerid] = 385; SetPlayerCheckpoint(playerid, 1184.2267,-1323.4495,13.5750,5.0); } case 5: { CP[playerid] = 385; SetPlayerCheckpoint(playerid, 1484.7910,-1730.9409,6.7187,5.0); } case 6: { CP[playerid] = 385; SetPlayerCheckpoint(playerid, 1642.2660,-2335.1223,13.5469,5.0); } case 7: { CP[playerid] = 385; SetPlayerCheckpoint(playerid, 951.0085,1736.6096,8.6484,5.0); } case 8: { CP[playerid] = 385; SetPlayerCheckpoint(playerid, 1065.9196,-330.0515,73.9922,5.0); } case 9: { CP[playerid] = 385; SetPlayerCheckpoint(playerid, 1240.1818,-1828.5950,13.4059,5.0); } case 10: { CP[playerid] = 385; SetPlayerCheckpoint(playerid, 912.7196,-1254.0244,15.6798,5.0); } case 11: { CP[playerid] = 385; SetPlayerCheckpoint(playerid, 2495.2285,-1683.1901,13.3388,5.0); } case 12: { CP[playerid] = 385; SetPlayerCheckpoint(playerid, 2185.9377,1676.9407,11.0960,5.0); } case 13: { CP[playerid] = 385; SetPlayerCheckpoint(playerid, 2228.8982,-1159.3516,25.7988,5.0); } case 14: { CP[playerid] = 385; SetPlayerCheckpoint(playerid, 725.6159,-1446.5382,17.6953,5.0); } case 15: { CP[playerid] = 385; SetPlayerCheckpoint(playerid, 2023.5360,1007.3212,10.8203,5.0); } case 16: { CP[playerid] = 385; SetPlayerCheckpoint(playerid, 1131.9651,-2036.8180,69.0078,5.0); } case 17: { CP[playerid] = 385; SetPlayerCheckpoint(playerid, 1773.3737,-2030.0369,13.4950,5.0); } case 18: { CP[playerid] = 385; SetPlayerCheckpoint(playerid, 1481.0828,-1764.4248,18.7958,5.0); } } return 1; } else { GetPlayerPos(giveplayerid, X,Y,Z); SetPlayerCheckpoint(playerid, X,Y,Z, 6); } } } else { SendClientMessage(playerid, COLOR_GREY, "Nume sau ID incorecte!"); } } return 1; }
  14. Un alt link de download daca se poate.?
  15. ####### SERVICE RESTART AT 2015-11-30 17:22 BY GAMERCS98 #######bash: ./samp03svr: Permission denied####### SERVICE STOP AT 2015-11-30 17:27 BY GAMERCS98 ####### http://prntscr.com/98pwns Aceste fisiere trebuie si ele puse in samp03?
  16. Salut, am o mare problema am gamemode BigZone, si nu reusesc sa il hostez, ma poate ajuta cineva?
  17. Atunci de ce l-ai mai pus de prima data. T/C atunci. Te-ai lasat influentat prea usor ca sa-l stergi. Oricum multa lume il are pentru ca in primele 2-3 ore s-a downloadat.
  18. Sunt de aceeasi parere ca toti ceilalti. Posteaza-l din nou.
×
×
  • 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.