Jump to content

Dc, cand intru pe samp nu imi apare meniul de register.


Lucian Cucu

Recommended Posts

Acum 4 ore, Lucian Cucu a spus:

Am un Gamemode B-HOOD luat recent si am conectat baza de date tot la el si cand intru pe server nu imi apare meniul de register. Ce sa ii fac am nevoie de ajutor please !

Du-te in pawno -> include si cauta "myacc.inc" dai edit cu notepad sau notepad++, pui si acolo baza de date, dupa care intri in GM si cauti 

mysql_connect. Acolo iar, treci datele. 

De retinut! DUPA MODIFICAREA ACELUI INCLUDE "MYACC.INC" TREBUIE RE-COMPILAT GM.

Daca ai gm de la HPq123, si ai identic cum iti dau eu la mysql_connect, atunci doar dai copy/paste.

	    switch(SERVER_HOSTSTATUS) {
	
        case 0: SQL = mysql_connect("localhost", "root", "b-hood", ""), print("Server: Oficial");  //SQL = mysql_connect("193.203.39.73", "hc76samp80", "hc76samp80", "Z2K8VeKDxxQ1JaYm"), print("Server: Oficial"); // mare
        case 1: SQL = mysql_connect("localhost", "root", "b-hood", ""), print("Server: Beta"); // beta
        case 2: SQL = mysql_connect("localhost", "root", "b-hood", ""), print("Server: localhost");
    }
	

Daca ai alt gm, faci asa la mysql_connect:

SQL = mysql_connect("127.0.0.1", "root", "NUME BAZA DE DATE", "");

Ti-am dat cam ce am eu in laptop, adica ce am conectat...N-ai pus poze, nu pot ghicii in carti cum ai si cum n-ai. Hai, astept QUOTE sa stiu daca ai rezolvat !

Edited by Blaskowski
Link to comment
Share on other sites

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.