Jump to content

KoBBy

Membru
  • Posts

    13
  • Joined

  • Last visited

Profile Information

  • Sex
    Masculin
  • In-game Name
    BenZen
  • Level of knowledge
    Mediu

Recent Profile Visitors

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

KoBBy's Achievements

Apprentice

Apprentice (3/14)

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

Recent Badges

0

Reputation

  1. KoBBy

    Adio 0.3.8

    Am aceeasi parere.
  2. KoBBy

    Adio 0.3.8

    Versiunea 0.3.8 a fost anulata, mai multe detalii: http://forum.sa-mp.com/showthread.php?t=647966 Vreau sa stiu care este parerea voastra.
  3. KoBBy

    baza

    Ma refer la codul care sa il bag in PHPMYADMIn
  4. KoBBy

    Problema

    Salut, am facut multe editari pe GM Burned, iar acum cand vreau sa il pornesc nu continua de la: [20:52:32] ======================================= [20:52:32] | | [20:52:32] | YSI version 3.09.0684 | [20:52:32] | By Alex "Y_Less" Cole | [20:52:32] | | [20:52:32] ======================================= Nu da nici o eroare, am si crashdetect. Am incercat si cu gamemode-ul din arhiva si se intampla la fel dupa ce ii dau compilare... Am schimbat si YSI si la fel.
  5. KoBBy

    baza

    Imi poate da si mie fisierul .sql pentru sistemul de garaje creat de Edison? Sau sa imi spuna ce coloane sa fac.
  6. KoBBy

    Erori

    Am rezolvat problema, acum cand intru pe server, dau login si dupa imi apare protocolul de inregistrare.
  7. Ma ajuta careva sa implementez acest sistem in gamemode? (Burned)
  8. KoBBy

    Erori

    Rezolvat, cer T/C.
  9. 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>
  10. Toate motocicletele si scuterele au benzina infinita. Are careva rezolvarea acestui bug?
×
×
  • 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.