Jump to content

Recommended Posts

Posted (edited)

Salutare, astăzi m-am gândit să postez sistemul de accesori original al lui Edison.

DOWNLOAD: http://www.girlshare.ro/3490015950.3

VIRUS-TOTAL: https://www.virustotal.com/#/file/0f5b9ddbe03f16d2f44f3e1eedda0103c0f596adfdc9a400137d2f02c5105448/detection

PREZENTARE:

Creditele nu imi apartin mie, cii lui Edison.

Multumesc de intelegere, va pwp. #NOHOMO :))

ATENTIE accest sistem este facut exact doar pentru gm-ul BURNED, voi daca stiti sa il editati, mult succes va doresc.

Edited by AlexBo$$
  • Thanks 2

g4JGBJX.gif.31953391ab64171df562293ad37a0875.gif.9d26b39cd3270634d9cf89dcb43fba87.gif

 

 

Posted (edited)
1 oră în urmă, Ge0 a spus:

Poze ?

Imediat editez si pun si prezentarea pe care a facut-o Edison la acest sistem.

Edited by AlexBo$$

g4JGBJX.gif.31953391ab64171df562293ad37a0875.gif.9d26b39cd3270634d9cf89dcb43fba87.gif

 

 

Posted
Acum 13 minute, KoBBy a spus:

Mersi!

Cu placere, sa fi sanatos :).

g4JGBJX.gif.31953391ab64171df562293ad37a0875.gif.9d26b39cd3270634d9cf89dcb43fba87.gif

 

 

Posted
Acum 3 minute, AlexBo$$ a spus:

Cu placere, sa fi sanatos :).

Vreo idee cum le pot rezolva?

(11420) : error 035: argument type mismatch (argument 2)
(11437) : error 035: argument type mismatch (argument 2)
(33227) : error 025: function heading differs from prototype
(33227) : error 025: function heading differs from prototype

Liniile:

		case DIALOG_LOGIN2: {
			if(!response) return Kick(playerid);
			if(strlen(inputtext)) {
				new tmppass[64];
				mysql_real_escape_string(inputtext, tmppass);
				OnPlayerLogin(playerid,MD5_Hash(tmppass)); // linia problema
			}
///
		case DIALOG_LOGIN3: {
			if(!response) return Kick(playerid);
			if(strlen(inputtext)) {
				new tmppass[64];
				mysql_real_escape_string(inputtext, tmppass);
				OnPlayerLogin(playerid,MD5_Hash(tmppass)); // ljnia problema
			}
///
function OnPlayerLogin(playerid,password[]) {  // Linia problema 
	new playername2[MAX_PLAYER_NAME];
    GetPlayerName(playerid, playername2, sizeof(playername2));
    new qstr[100];
    new result[456];
    format(qstr,100,"SELECT * FROM users WHERE `name`='%s' AND `password`='%s'",playername2,password);
    mysql_query(SQL,qstr);
    mysql_store_result();	
    if(mysql_num_rows() > 0) {
      	if(mysql_retrieve_row()) {
			GameTextForPlayer(playerid, "~y~Loading account...", 20000, 4);
			PlayerTextdraws(playerid);

Aceste erori au aparut dupa ce am adaugat #include <accs_system>

Posted (edited)

Folosesti gm-ul BURNED?, daca nu folosesti am zis clar ca doar pentru acel gm e facut sistemul.

Edited by AlexBo$$

g4JGBJX.gif.31953391ab64171df562293ad37a0875.gif.9d26b39cd3270634d9cf89dcb43fba87.gif

 

 

Posted
Chiar acum, AlexBo$$ a spus:

Folosesti gm-ul BURNED?, daca nu folosesti am zis calr ca doar pentru acel gm e facut sistemul.

Da, folosesc GM Burned

Posted
Acum 9 minute, RazvaN. a spus:

Incearca sa scoti MD5_HASH si parantezele de la tmppass.

Aceleasi erori

Posted
La 15.01.2018 la 5:17, AlexBo$$ a spus:

Folosesti gm-ul BURNED?, daca nu folosesti am zis clar ca doar pentru acel gm e facut sistemul.

Cu drq sa fie facut doar pentru acel gm facut sistemul =)) Te auzi ce zici ?

 

vldgIri.png

YouTube : Click Redirect Channel

Discord : Arabu#9330

Canal Discord : Click To Join

Facebook : Click Facebook

Instagram : Click Instagram

Skype : Mita.Official

Respectă și vei fi respectat !

Posted
La 16.01.2018 la 16:42, Marlboro a spus:

Cu drq sa fie facut doar pentru acel gm facut sistemul =)) Te auzi ce zici ?

Omule m-am referit ca e facut pe principiul de gandire a sistemelor, unele sunt scrise altfel dar fac aceiasi functie si nu merg pe toate gm-urile.

Si mai jos am zis clar " voi daca stiti sa il editati, mult succes va doresc. ", am zis asta pe principiul ca pe alte gm-uri da mai multe erori si trb editat exact pentru a merge si pe acel gm.

Nu mai critica omul daca nu sti sa intelegi ceva.Nu vr sa te jignesc, ca iti ziceam vre-o doua, degeaba mare scripter, nu stii sa folosesti creierul ala al tau inteleligent.

g4JGBJX.gif.31953391ab64171df562293ad37a0875.gif.9d26b39cd3270634d9cf89dcb43fba87.gif

 

 

  • 3 weeks later...
Posted
Acum 16 ore, Elody. a spus:

Ce ai in vedere cand zici ca OnPlayerLogin devine OnPlayerLoginIn ?

 

Pai daca nu modifici asa nu o sa-ti ruleze sistemul.

g4JGBJX.gif.31953391ab64171df562293ad37a0875.gif.9d26b39cd3270634d9cf89dcb43fba87.gif

 

 

Posted

Dragut

Ce inseamna cuvantul "Unic" este atunci cand Chestia / Obiectul / Idea / etc... nu exista in alta parte.

Copii, nu mai veniti cu vorbe de "Am gamemode unic", nu exista asa ceva, la ora actuala totul este pe net.

Aveti grija pe cine ajutati, majoritatea sunt caini.

  • 1 month later...
Posted

C:\Users\Dani\Desktop\edited by skillz\gamemodes\wa-rpg.pwn(4820) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Dani\Desktop\edited by skillz\gamemodes\wa-rpg.pwn(12300) : error 035: argument type mismatch (argument 2)
C:\Users\Dani\Desktop\edited by skillz\gamemodes\wa-rpg.pwn(12317) : error 035: argument type mismatch (argument 2)
C:\Users\Dani\Desktop\edited by skillz\gamemodes\wa-rpg.pwn(17710) : error 035: argument type mismatch (argument 2)
C:\Users\Dani\Desktop\edited by skillz\gamemodes\wa-rpg.pwn(33801) : error 025: function heading differs from prototype
C:\Users\Dani\Desktop\edited by skillz\gamemodes\wa-rpg.pwn(33801) : error 025: function heading differs from prototype
C:\Users\Dani\Desktop\edited by skillz\gamemodes\wa-rpg.pwn(36378) : warning 203: symbol is never used: "check_save"

Posted

Am adaugat tot ce trebuie, am respectat read.me gasit in folder. Insa imi da in continuare errori.

C:\Users\hp\Desktop\Burned\gamemodes\wa-rpg.pwn(11401) : error 035: argument type mismatch (argument 2)
C:\Users\hp\Desktop\Burned\gamemodes\wa-rpg.pwn(11418) : error 035: argument type mismatch (argument 2)
C:\Users\hp\Desktop\Burned\gamemodes\wa-rpg.pwn(16856) : error 035: argument type mismatch (argument 2)
C:\Users\hp\Desktop\Burned\gamemodes\wa-rpg.pwn(33212) : error 025: function heading differs from prototype
C:\Users\hp\Desktop\Burned\gamemodes\wa-rpg.pwn(33212) : error 025: function heading differs from prototype
Pawn compiler 3.2.3664     Copyright (c) 1997-2006, ITB CompuPhase

5 Errors.
 
Iar aici sunt liniile cu errori:
OnPlayerLogin(playerid,MD5_Hash(tmppass)); (linie 11401)
OnPlayerLogin(playerid,MD5_Hash(tmppass)); (linie 11418)
OnPlayerLogin(playerid,MD5_Hash("enuisap")); (linie 16856)
function OnPlayerLogin(playerid,password[]) { (linie   33212)
TIN SA PRECIZEZ CA LE-AM BAGAT PE GM Burned.
Posted
On 3/23/2018 at 7:07 PM, Grf said:

Am niste errori ma poate ajuta careva ,platesc skype:petro.nelu

Pe discord mă poţi găsi:

Alpheus#4381

  • 6 months later...

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
×
×
  • 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.