Jump to content

[SYSTEM] Accesori By Edison Original


VipBo$$

Recommended Posts

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

 

 

Link to comment
Share on other sites

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>

Link to comment
Share on other sites

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 !

Link to comment
Share on other sites

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

 

 

Link to comment
Share on other sites

  • 3 weeks later...

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.

Link to comment
Share on other sites

  • 1 month later...

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"

Link to comment
Share on other sites

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.
Link to comment
Share on other sites

  • 6 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

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