Jump to content
  • 0

Eroare pawno.


TheJokeR.

Question

7 answers to this question

Recommended Posts

  • 0
10 hours ago, TheJokeR. said:

Problema intalnita (descriere): Nu ma lasa sa compilez GM-ul.
Ero(area / rile) / warning-(ul / urile): vedeti in poza.
Liniile de cod / sursa / script-ul(obligatoriu): -  
Imagini / Video (optional): http://imgur.com/yENR0E5
Ati incercat sa rezolvati singur?: Nu.

Lasa-te daca nici atat nu sti ? Cauta omule linia aia si vezi care e problema.
Nu va recomand sa va faceti servere daca sunteti paraleli cu scriptingul.

Link to comment
Share on other sites

  • 0
  • 0
Acum 1 minut, WiDuAlK a spus:

posteaza linia problema.

     if(dialogid == /)
     {
          new emailtext[64];
        mysql_real_escape_string(inputtext, emailtext);
        strmid(PlayerInfo[playerid][pEmail], emailtext, 0, strlen(emailtext), 64);
        if(IsMail(inputtext) && response && strlen(inputtext)<30)
         {
             if(PlayerInfo[playerid][pLanguage] == 2)
             {
                 format(string, sizeof(string), "Email setat: %s.", PlayerInfo[playerid][pEmail]);
                 SendClientMessage(playerid, COLOR_YELLOW, string);
            }
            else
            {
                format(string, sizeof(string), "Email set to: %s.", PlayerInfo[playerid][pEmail]);
                 SendClientMessage(playerid, COLOR_YELLOW, string);

Link to comment
Share on other sites

  • 0
Acum 11 minute, scrilexxx a spus:

if(dialogid == /)

/ este problema, am rezolvat-o si eu, deci in loc de / pune 2 ca cea de mai sus.

am rezolvat cu pawno , dar acum cand intru pe server si ajunge tutorialul la 5/8 imi zice "Server closed connection"

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • 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.