Jump to content

MiritaXD

Membru
  • Posts

    186
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by MiritaXD

  1. Aici scrie apare corect masina? Masina de tip %s s-a despawnat. Incearca sa treci la final DestroyVehicle(id); OwnedVehicle(id) = 0;
  2. MiritaXD

    Nu Porneste

    Inlocuesti extensia .so cu .dll sau stergeo-
  3. MiritaXD

    Problema

    Incearca alt streamer si sscanf.dll
  4. Nu e greu sa le bagi inapoi... Le-am scos pentru ca o sa incep o noua versiune doar LS/LV
  5. incearca asa if(newstate == PLAYER_STATE_DRIVER) { PlayerTextDrawShow(playerid, TDKM[playerid][0]); PlayerTextDrawShow(playerid, TDKM[playerid][1]); PlayerTextDrawShow(playerid, TDKM[playerid][2]); PlayerTextDrawShow(playerid, TDKM[playerid][3]); PlayerTextDrawShow(playerid, TDKM[playerid][4]); PlayerTextDrawShow(playerid, TDKM[playerid][5]); }
  6. http://www33.zippyshare.com/v/DFYvLUOR/file.html
  7. CMD:vmove(playerid, params[]) { if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "You need to log in first."); if(PlayerInfo[playerid][pAdmin] >= 6) { new str[256]; for(new x = 0; x < MAX_VEHICLES; x++) { if(VehicleInfo[x][vehCarID] == GetPlayerVehicleID(playerid)) { GetVehiclePos(x, Pos[0], Pos[1], Pos[2]); GetVehicleZAngle(x, Angle); GetVehiclePos(VehicleInfo[x][vehCarID], VehicleInfo[x][vehPosX], VehicleInfo[x][vehPosY], VehicleInfo[x][vehPosZ]); GetVehicleZAngle(VehicleInfo[x][vehCarID], VehicleInfo[x][vehRotation]); mysql_format(SQL,str,sizeof(str),"UPDATE vehicles SET `PosX`='%f',`PosY`='%f',`PosZ`='%f',`Rotation`='%f' WHERE `ID`='%d'",VehicleInfo[x][vehPosX],VehicleInfo[x][vehPosY],VehicleInfo[x][vehPosZ],VehicleInfo[x][vehRotation],VehicleInfo[x][vehCarIDD]); mysql_tquery(SQL,str,"",""); VehicleInfo[x][vehPosX] = Pos[0]; VehicleInfo[x][vehPosY] = Pos[1]; VehicleInfo[x][vehPosZ] = Pos[2]; VehicleInfo[x][vehRotation] = Angle; SendClientMessage(playerid, COLOR_YELLOW, "Vehicle position changed."); return 1; } } } else return SendClientMessage(playerid, COLOR_LIGHTGREEN3, AdminOnly); return 1; }
  8. Normal, n-are picoare. =)) Ce probela ai la comanda? ce iti apare/ce eroare iti da/ce iti scrie, nu citim ganduri
  9. Pai e simplu te folosesti doar de un CP, iar in acel CP verific cand esti sus sa iti dea bani.Sunt mai multe idei de verificare dar asta m-ia enit in minte acum ex: la inceputul gm-ului new estesus[MAX_PLAYERS]; la onplayerentercheckpoint case 1: { if(estesus[playerid] == 0) { format(string, sizeof(string), "Vehiculul este gol. Du-te si incarca-l"); PlayerTextDrawSetString(playerid, job, string); CP[playerid] = 1; new rand = random(sizeof(gRandomCariera)); SetPlayerCheckpointEx(playerid ,gRandomCariera[rand][0],gRandomCariera[rand][1],gRandomCariera[rand][2],7.0); estesus[playerid] = 1; ///aici poti pune suma de bani castigata } else { CP[playerid] = 1; SetPlayerCheckpointEx(playerid, 848.5496,885.1368,13.2299, 5); format(string, sizeof(string), "Vehiculul este plin. Du-te si goleste-l"); PlayerTextDrawSetString(playerid, job, string); estesus[playerid] = 0; } }
  10. format(coordsstring, sizeof(coordsstring), "Level: %d | Respect Points: %d/%d | Next level price: %s | Money: %s | Bank money: %s",plevel,exp,expamount,FormatNumber(pretlevel),FormatNumber(PlayerInfo[playerid][pCash]),FormatNumber(account));
  11. A fost adaugata comanda /chest system neterinat(lipsa de idei ) A fost rezolvat bugul la case A fost rezolvat bugul la bizz0uri A fost rezolvata comanda createbizz A fost rezolvata comanda createhouse A fost adaugat un job nou(Curier lafel ca nephrite): https://imgur.com/a/kFRA9 A fost adaugat un system de garaje: https://imgur.com/a/bGrdQ DS-ul a fost modificat : https://imgur.com/a/hi3We A fost rezolvate bugurile la factiunui A fost rezolvat bugu la /set A fost scos systemul de treasure A fost adaugat un system de dalylogin(neterminat) A fost modificat spawn-ul la paintball/race arena A fost modificat tutorialu A fost modificat DMV-ul Au fost adaugate case, bizuri in LS/LV/SF Sunt mai multe dar le-am uitat Link 1 http://www38.zippyshare.com/v/9EouuKRZ/file.html https://www.virustotal.com/#/u…5855dcf4d7312f2/detection baza de date bunahttp://www33.zippyshare.com/v/DFYvLUOR/file.html
×
×
  • 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.