accounts problem
#1

Hi! Sorry for my bad english... I have a problem..I do not save player accounts... please help..
Reply
#2

Please tell us more about the problem.
Reply
#3

So...get on the server, I registered, I play, but I walk and have to start over ...did not find my account in scriptfiles..
Reply
#4

Did you made a folder in scriptfiles called Players or something?
Reply
#5

Quote:
Originally Posted by Faisal_khan
Посмотреть сообщение
Did you made a folder in scriptfiles called Players or something?
Yes I did, but nothing
Reply
#6

Quote:
Originally Posted by Faisal_khan
Посмотреть сообщение
Did you made a folder in scriptfiles called Players or something?
Depends if he's actually trying to save it in a folder ( Which is suggested ).

Show us some code, please.
Reply
#7

Quote:
Originally Posted by Denying
Посмотреть сообщение
Depends if he's actually trying to save it in a folder ( Which is suggested ).

Show us some code, please.
This is good?
pawn Код:
//new loginstring[128];
            new loginname[64];
            GetPlayerName(playerid,loginname,sizeof(loginname));
            ShowPlayerDialog(playerid,12346,DIALOG_STYLE_PASSWORD,"{FFFFFF}Login/Register","{FFFFFF}Parolele nu se potrivesc!\n{FFFFFF}Scrie {ee5555}parola contului tau {FFFFFF}mai jos:","Logare","Iesi");
            SetPlayerFacingAngle(playerid, 3.41);
            SetPlayerCameraPos(playerid, 1500.7156,-1778.1880,80.3080);
            SetPlayerCameraLookAt(playerid, 1500.7156,-1778.1880,80.3080);
            SetPlayerPos(playerid, 1437.6957,-2266.6355,13.5469);
            SetPlayerTime(playerid, 24, 0);
            //fclose(UserFile);
            mysql_free_result();
            gPlayerLogTries[playerid] += 1;
            if(gPlayerLogTries[playerid] == 4) { Kick(playerid); }
            return 1;
        }
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)