-
Content Count
66 -
Joined
-
Last visited
Community Reputation
0 NeutruAbout cobalt_thekiller
-
Rank
Membru junior
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 changed their profile photo
-
cobalt_thekiller started following kilometraj, Subline Text - Warning, ma ajuta cineva sa compilez un gamemode ? and 5 others
-
Salut, trebuie sa cauti in booter.inc function LoadMaps()
-
ma ajuta cineva sa compilez un gamemode ?
cobalt_thekiller replied to VenoMarius's question in Ajutor Scripting
Salut, cred ca acest video te poate ajuta. -
Am cateva comenzi buguite /realizari , /shop
cobalt_thekiller replied to Hook SAMP's question in Ajutor Scripting
Salut, posteaza codul pe pastebin.com si lasa aici link -
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][pBoa
-
Salut, te pot ajuta eu ti am dat add pe discord.
-
Salut, verifica in fisierele booter.inc si systems.inc le gasesti /pawno/include si acolo. Daca te am ajutat +1 pls
-
up
-
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
-
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][
-
Speedometer nu se actualizeaza
cobalt_thekiller replied to cobalt_thekiller's question in Ajutor Scripting
up -
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], Get
-
Pai am pus asta CarInfo[vsid][Spawned],
-
up