Jump to content

cobalt_thekiller

Membru
  • Posts

    66
  • Joined

  • Last visited

Profile Information

  • Sex
    Masculin
  • Level of knowledge
    Începător

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

cobalt_thekiller's Achievements

Enthusiast

Enthusiast (6/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Salut, trebuie sa cauti in booter.inc function LoadMaps()
  2. Salut, posteaza codul pe pastebin.com si lasa aici link
  3. Salut, sper ca te am ajutat daca da +1 multumesc YCMD:bonus(playerid, params[], help) { new id, str[32]; if(PlayerInfo[playerid][pLevel] > 1) return true; SetPlayerScore(playerid, 5); PlayerInfo[playerid][pLevel] = 3; UpdateVar(playerid, "Level", 5); GivePlayerCash(playerid, 1, 200000000); GiveVehicle(playerid, 411, 0, 0, 0, 0, 0); PlayerInfo[id][pGunLic] = 1; PlayerInfo[id][pGunLicT] = 50; PlayerInfo[id][pGunLicS] = 0; PlayerInfo[id][pBoatLic] = 1; PlayerInfo[id][pBoatLicT] = 50; PlayerInfo[id][pBoatLicS] = 0; PlayerInfo[id][pFlyLic] = 1; PlayerInfo[id][pFlyLicT] = 50; PlayerInfo[id][pFlyLicS] = 0; PlayerInfo[id][pCarLic] = 1; PlayerInfo[id][pCarLicT] = 50; PlayerInfo[id][pCarLicS] = 0; mysql_format(SQL,str,128,"UPDATE users SET `GunLic`='1',`GunLicT`='50', `GunLicS`='0' WHERE `ID`='%d'",PlayerInfo[id][pSQLID]); mysql_tquery(SQL,str, "",""); mysql_format(SQL,str,128,"UPDATE users SET `BoatLic`='1',`BoatLicT`='50',`BoatLicS`='0' WHERE `ID`='%d'",PlayerInfo[id][pSQLID]); mysql_tquery(SQL,str, "",""); mysql_format(SQL,str,128,"UPDATE users SET `FlyLic`='1',`FlyLicT`='50',`FlyLicS`='0' WHERE `ID`='%d'",PlayerInfo[id][pSQLID]); mysql_tquery(SQL,str, "",""); mysql_format(SQL,str,128,"UPDATE users SET `CarLic`='1',`CarLicT`='50',`CarLicS`='0' WHERE `ID`='%d'",PlayerInfo[id][pSQLID]); mysql_tquery(SQL,str, "",""); return true; }
  4. Salut, te pot ajuta eu ti am dat add pe discord.
  5. Salut, verifica in fisierele booter.inc si systems.inc le gasesti /pawno/include si acolo. Daca te am ajutat +1 pls
  6. Salut ma poate ajuta cineva sa fac ca acest speedometru sa se actualizeze? Multumesc Nu este facut de mine. Este al lui: ReaxoR' Aveti aici codurile: https://pastebin.com/nyJWJcLg
  7. pai nu prea stiu... stock ShowPlayerVehicle(playerid, bool: type) { new szTitle[60], vsid, szDialog[3000], x = 0; if(Iter_Count(MyVehicle[playerid]) == 0) return SCM(playerid, COLOR_LGREEN, "Eroare: Nu ai un vehicul personal!"); format(szTitle, sizeof(szTitle), "Your Vehicles {E3DE31}%d/%d", Iter_Count(MyVehicle[playerid]), GetSlots(playerid)); strcat(szDialog, "Vehicul\tID\tStatus\tDespawn Time\tOthers details\n"); foreach(MyVehicle[playerid], car) { format(szDialog, sizeof(szDialog), "%s%s\t%d\t%s\t%s\t%s\n", szDialog, aVehicleNames[CarInfo[car][cModel]-400], CarInfo[vsid][Spawned], CarInfo[car][Spawned] != 0 ? IsVehicleOccupied(CarInfo[car][Spawned]) ? ("{FFFF00}[occupied]") : ("{26B309}[spawned]") : ("{FF0000}[despawned]"), CheckDespawnCar(car), TotalUp(car)); PlayerInfo[playerid][pCarKey][x] = car; x++; } ShowPlayerDialog(playerid, type ? DIALOG_STICKET : DIALOG_GARAGE, DIALOG_STYLE_TABLIST_HEADERS, szTitle, szDialog, "Ok", "Exit"); return true; } Asta este tot codul
  8. Saut am o problema cu speedometer, nu se actualizeaza daca ma poate ajuta cineva. multumesc gString[0] = EOS; format(str2, sizeof(str2), "%s%d", spe < 100 ? ("~g~") : spe >= 150 ? ("~r~") : ("~y~"), spe); PlayerTextDrawSetString(i, SpeedometerPTD[0], str2); if(carid != 0) format(km, sizeof(km), "~n~odomter: %.2f", CarInfo[carid][KM]); if(!IsABike(vehicle) && !IsAPlane(vehicle)) format(fuel, sizeof(fuel), "~n~fuel: %s%d~w~~h~ (c: %dl)", Gas[vehicle] > 60 ? ("~g~") : Gas[vehicle] <= 30 ? ("~r~") : ("~y~"), Gas[vehicle], GetVehicleConsum(spe)); format(gString, 120, "doors: %s~w~~h~%s%s", doors != 1 ? ("~g~unlocked") : ("~r~locked"), fuel, km); if(InExamen[i]) format(gString, 150, "%s~n~Checkpoints: ~r~%d/17", gString, CP[i]-100); PlayerTextDrawSetString(i, SpeedometerPTD[2], gString); Folosesc acest speedometer, nu este facut de mine este a lui FuNNkY123
  9. Pai am pus asta CarInfo[vsid][Spawned],
×
×
  • 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.