Jump to content
  • 0

Stergere pickp-ul


Question

Posted (edited)

Salut as vrea sa ster un pick-ul din gm burrned edit https://imgur.com/a/PDYt8ge acesta este pickp-ul am cautat peste tot in gamemode si nu il gasesc poate sa fie salvat in alta mare sau stiti careva vre -o metoda sa il gasesc 

 

P.S am incercat sa dau /save si sau caut acele coordonate da nu gasesc nimic tin sa mentionez ca acest pick up are si un cp as putea sa ma folosesc de acel cp sa il gasesc in gm 

 

Sau daca nu imi puteti spune cum as putea sa fac ca la acest pick up daca merge un player si isi cumpara licentele sa aiba voie doar o singura data dupa sa trebuieasca sa le primeasca de la un instructor 

Edited by Bugs

5 answers to this question

Recommended Posts

  • 0
Posted

Mersi ;) Inca o intrebare tot pe acest gm are sistemul de licitati care portneste automat cum il pot opri, nu am gasit comanda in gm.

  • 0
Posted (edited)

Scuze de post , da ma ajuta cineva cu sistemul de realizari din gamemode-ul burned daca scriu in joc /realizari cum e comanda nu imi apare nimic dar daca fac una din realizari imi apare ce am primit pentru aceea realizare

aceeasta este comanda 

 

YCMD:achievements(playerid, params[], help) {
	new szDialog[128], szDialog2[2000];
	strcat(szDialog2, "Achievement name\tStatus\n");
	for(new i = 0; i < 33; i++) {
		format(szDialog, sizeof(szDialog), "%s\t%s\n", achievementNames(i), (PlayerInfo[playerid][pAchievementStatus][i] == 1) ? ("{3DBF0A}Realizare completa") : ("{CC0E0E}Realizare incompleta"));
		strcat(szDialog2, szDialog);
	}
	ShowPlayerDialog(playerid, 0, DIALOG_STYLE_TABLIST_HEADERS, "Achievements", szDialog2, "Select", "Cancel");
	return 1;
}
function finishAchievement(playerid, id) {
	if(PlayerInfo[playerid][pAchievementStatus][id] == 1) return 1;
	PlayerInfo[playerid][pAchievementStatus][id] = 1;
	SaveAchievements(playerid);

	new string[256], money = 25000 + random(5000);
	GivePlayerCash(playerid, money);
	PlayerInfo[playerid][pExp] ++;
	Update(playerid, pRP);
	
	format(string, sizeof(string), "(Achievements): {FFFFFF}Felicitari! Realizarea '%s' a fost deblocata.", achievementNames(id));
	SCM(playerid, 0x87E32BFF, string);
			
	format(string, sizeof(string), "~n~Realizare deblocata!~n~~y~\"%s\"~w~~h~~n~Ai primit: $%d si 1 respect point.~n~", achievementNames(id), money);
	PlayerTextDrawSetString(playerid, AchivPTD[0], string);
	PlayerTextDrawShow(playerid, AchivPTD[0]);
	TextDrawShowForPlayer(playerid, AchivTD[0]);
	TextDrawShowForPlayer(playerid, AchivTD[1]);
	
	SetTimerEx("HideTDAchiv", 10000, false, "i", playerid);
	return 1;
}
function HideTDAchiv(playerid) {
	PlayerTextDrawHide(playerid, AchivPTD[0]);
	TextDrawHideForPlayer(playerid, AchivTD[0]);
	TextDrawHideForPlayer(playerid, AchivTD[1]);
	return 1;
}
function UpdateVar2(playerid, varname[], amount) {
	if(playerid == INVALID_PLAYER_ID) return 1;
	new query[256];
	format(query, sizeof(query), "UPDATE `users` SET `%s`=`%s`+1 WHERE `ID`='%d'", varname, varname, PlayerInfo[playerid][pSQLID]);
	mysql_tquery(SQL, query, "", "");
	return 1;
}
function UpdateVar3(playerid, varname[]) {
	if(playerid == INVALID_PLAYER_ID) return 1;
	new query[256];
	format(query, sizeof(query), "UPDATE `users` SET `%s`=`%s`+1 WHERE `ID`='%d'", varname, varname, playerid);
	mysql_tquery(SQL, query, "", "");
	return 1;
}
function OpenCells() {
	new Float: Pos[3];
	for(new i = 0; i < 12; i++) {
		GetDynamicObjectPos(JailGate[i], Pos[0], Pos[1], Pos[2]);
		MoveDynamicObject(JailGate[i], Pos[0], Pos[1], Pos[2]-5, 2);
	}
	return 1;
}
function CloseCells() {
	new Float: Pos[3];
	for(new i = 0; i < 12; i++) {
		GetDynamicObjectPos(JailGate[i], Pos[0], Pos[1], Pos[2]);
		MoveDynamicObject(JailGate[i], Pos[0], Pos[1], 1770.986938, 2);
	}
	return 1;
}

 

Edited by Bugs
  • 0
Posted

[17:14:57]  
[17:14:57]  
[17:14:57]  
[17:14:57]  ======================================= 
[17:14:57]  |                                     | 
[17:14:57]  |        YSI version 3.09.0684        | 
[17:14:57]  |        By Alex "Y_Less" Cole        | 
[17:14:57]  |                                     | 
[17:14:57]  ======================================= 
[17:14:57]  
[17:14:57]  
[17:14:57]  
[17:14:57] Server: hosted
[17:14:57] Server vehicles: 170
[17:14:57] Safezones: 13
[17:14:57] Houses: 99
[17:14:57] Clans: 2
[17:14:57] Clan zones: 20
[17:14:57] Bussines: 29
[17:14:57] Turfs: 26
[17:14:57] Factions: 13
[17:14:57] Jobs: 13
[17:14:57] Furnitures: 4
[17:14:57] Stuff Loaded
[17:14:57] Safes: 13
[17:14:57] Apartaments: 24
[17:14:57] Number of vehicle models: 64
[17:14:57] [MySQL] Dealership models: 89
[17:14:58] Garages loaded: 0
[17:14:58] Accesory loaded: 100
[17:15:05] [connection] incoming connection: 91.51.122.144:57900 id: 0
[17:15:05] [join] Darius has joined the server (0:91.51.122.144)
[17:15:12] Darius has logged in with IP 91.51.122.144.
[17:27:03] ({FF0000}Admin Info{FFFFFF}) Darius i-a dat lui Darius(0) afacerea 18.
[17:41:42] ({FF0000}Admin Info{FFFFFF}) Darius l-a respawnat pe Darius.
[17:57:01] ({FF0000}Admin Info{FFFFFF}) Darius i-a setat skinul 1 lui Darius.
[17:57:02] ({FF0000}Admin Info{FFFFFF}) Darius i-a setat skinul 5 lui Darius.
[17:57:03] ({FF0000}Admin Info{FFFFFF}) Darius i-a setat skinul 4 lui Darius.
[17:57:04] ({FF0000}Admin Info{FFFFFF}) Darius i-a setat skinul 3 lui Darius.
[17:58:51] [connection] incoming connection: 90.95.199.164:49290 id: 1
[17:58:51] [join] Krampus has joined the server (1:90.95.199.164)
[17:59:01] Krampus has logged in with IP 90.95.199.164.
[17:59:12] Krampus(1) was registered to the server. [#11]
[17:59:33] [part] Krampus has left the server (1:1)
[18:00:10] (HelloBot): Adminul Darius s-a deconectat de pe server. (Quit)
[18:00:10] [part] Darius has left the server (0:1)
[18:01:08] [connection] incoming connection: 91.51.122.144:64360 id: 0
[18:01:08] [join] Darius has joined the server (0:91.51.122.144)
[18:01:19] Darius has logged in with IP 91.51.122.144.
[18:01:34] [debug] Run time error 4: "Array index out of bounds"
[18:01:34] [debug]  Accessing element at index 32 past array upper bound 31
[18:01:34] [debug] AMX backtrace:
[18:01:34] [debug] #0 0034d784 in public @_yCachievements (playerid=0, params[]=@04982058 "", help=0) at C:\Users\Darius\Desktop\gamemode by skillz\gamemodes\gmm.pwn:31825
[18:01:34] [debug] #1 0034d610 in public @yC_achievements (... <4 arguments>)  at C:\Users\Darius\Desktop\gamemode by skillz\gamemodes\gmm.pwn:31821
[18:01:34] [debug] #2 native CallRemoteFunction () from samp03svr
[18:01:34] [debug] #3 0004177c in Command_Process (playerid=0, cmdtext[]=@04982020 "/Achievements", help=0) at C:\Users\Darius\Desktop\gamemode by skillz\pawno\include\YSI\y_commands.inc:2503
[18:01:34] [debug] #4 00040dbc in ?? (... <2 arguments>) at C:\Users\Darius\Desktop\gamemode by skillz\pawno\include\YSI\y_commands.inc:2297
[18:01:34] [debug] #5 00030914 in public OnPlayerCommandText (playerid=0, cmdtext[]=@04982020 "/Achievements") at C:\Users\Darius\Desktop\gamemode by skillz\pawno\include\YSI\y_hooks/impl.inc:929
[18:01:39] [debug] Run time error 4: "Array index out of bounds"
[18:01:39] [debug]  Accessing element at index 32 past array upper bound 31
[18:01:39] [debug] AMX backtrace:
[18:01:39] [debug] #0 0034d784 in public @_yCachievements (playerid=0, params[]=@04982058 "", help=0) at C:\Users\Darius\Desktop\gamemode by skillz\gamemodes\gmm.pwn:31825
[18:01:39] [debug] #1 0034d610 in public @yC_achievements (... <4 arguments>)  at C:\Users\Darius\Desktop\gamemode by skillz\gamemodes\gmm.pwn:31821
[18:01:39] [debug] #2 native CallRemoteFunction () from samp03svr
[18:01:39] [debug] #3 0004177c in Command_Process (playerid=0, cmdtext[]=@04982020 "/Achievements", help=0) at C:\Users\Darius\Desktop\gamemode by skillz\pawno\include\YSI\y_commands.inc:2503
[18:01:39] [debug] #4 00040dbc in ?? (... <2 arguments>) at C:\Users\Darius\Desktop\gamemode by skillz\pawno\include\YSI\y_commands.inc:2297
[18:01:39] [debug] #5 00030914 in public OnPlayerCommandText (playerid=0, cmdtext[]=@04982020 "/Achievements") at C:\Users\Darius\Desktop\gamemode by skillz\pawno\include\YSI\y_hooks/impl.inc:929
[18:03:05] [debug] Run time error 4: "Array index out of bounds"
[18:03:05] [debug]  Accessing element at index 32 past array upper bound 31
[18:03:05] [debug] AMX backtrace:
[18:03:05] [debug] #0 0034d784 in public @_yCachievements (playerid=0, params[]=@0498204c "", help=0) at C:\Users\Darius\Desktop\gamemode by skillz\gamemodes\gmm.pwn:31825
[18:03:05] [debug] #1 0034d610 in public @yC_achievements (... <4 arguments>)  at C:\Users\Darius\Desktop\gamemode by skillz\gamemodes\gmm.pwn:31821
[18:03:05] [debug] #2 native CallRemoteFunction () from samp03svr
[18:03:05] [debug] #3 0004177c in Command_Process (playerid=0, cmdtext[]=@04982020 "/realizari", help=0) at C:\Users\Darius\Desktop\gamemode by skillz\pawno\include\YSI\y_commands.inc:2503
[18:03:05] [debug] #4 00040dbc in ?? (... <2 arguments>) at C:\Users\Darius\Desktop\gamemode by skillz\pawno\include\YSI\y_commands.inc:2297
[18:03:05] [debug] #5 00030914 in public OnPlayerCommandText (playerid=0, cmdtext[]=@04982020 "/realizari") at C:\Users\Darius\Desktop\gamemode by skillz\pawno\include\YSI\y_hooks/impl.inc:929
[18:03:07] [debug] Run time error 4: "Array index out of bounds"
[18:03:07] [debug]  Accessing element at index 32 past array upper bound 31
[18:03:07] [debug] AMX backtrace:
[18:03:07] [debug] #0 0034d784 in public @_yCachievements (playerid=0, params[]=@04982058 "", help=0) at C:\Users\Darius\Desktop\gamemode by skillz\gamemodes\gmm.pwn:31825
[18:03:07] [debug] #1 0034d610 in public @yC_achievements (... <4 arguments>)  at C:\Users\Darius\Desktop\gamemode by skillz\gamemodes\gmm.pwn:31821
[18:03:07] [debug] #2 native CallRemoteFunction () from samp03svr
[18:03:07] [debug] #3 0004177c in Command_Process (playerid=0, cmdtext[]=@04982020 "/Achievements", help=0) at C:\Users\Darius\Desktop\gamemode by skillz\pawno\include\YSI\y_commands.inc:2503
[18:03:07] [debug] #4 00040dbc in ?? (... <2 arguments>) at C:\Users\Darius\Desktop\gamemode by skillz\pawno\include\YSI\y_commands.inc:2297
[18:03:07] [debug] #5 00030914 in public OnPlayerCommandText (playerid=0, cmdtext[]=@04982020 "/Achievements") at C:\Users\Darius\Desktop\gamemode by skillz\pawno\include\YSI\y_hooks/impl.inc:929

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.