saving skinand loading wont work dini
#5

Quote:
Originally Posted by Jack_Leslie
Посмотреть сообщение
Please show your save function.
Quote:
Originally Posted by Jack_Leslie
Посмотреть сообщение
The part where you save the players data...
this?
PHP код:
format(filesizeof(file), scriptfilesname); 
i forgot to put onplayerconnect
PHP код:
//register /login system
    
new name[MAX_PLAYER_NAME], file[256];
    
GetPlayerName(playeridnamesizeof(name));
    
format(filesizeof(file), scriptfilesname);
     if (!
dini_Exists(file))
    {
        
ShowPlayerDialog(playeridDIALOG_REGISTERDIALOG_STYLE_INPUT"{9ACD32}ILSR - Register{FFFFFF}""You have joined under a non registered account\nPlease make sure that all mods are turned off\nPlease enter your password below:\n\n(NOTE: Enter the password you will remember)""Register""Quit");
     }
    if(
fexist(file))
    {
        
ShowPlayerDialog(playeridDIALOG_LOGINDIALOG_STYLE_INPUT"{9ACD32}ILSRP - Login{FFFFFF}""{FFFFFF}You have rejoined under a registered account\nPlease make sure that all mods are turned off\nPlease enter your password below:\n\n(NOTE: Entering a wrong password, gets you IP blocked){FFFFFF}""Login""Quit");
     }
    
// 
i think i gave the one were i saved player data
PHP код:
#define scriptfiles "/ILSRP/%s.ini" 
how does it looks like? i am kind new in this
Reply


Messages In This Thread
saving skinand loading wont work dini - by UserName31 - 07.07.2014, 04:21
Re: saving skinand loading wont work dini - by Jack_Leslie - 07.07.2014, 04:24
Re: saving skinand loading wont work dini - by UserName31 - 07.07.2014, 04:29
Re: saving skinand loading wont work dini - by Jack_Leslie - 07.07.2014, 04:42
Re: saving skinand loading wont work dini - by UserName31 - 07.07.2014, 04:48
Re: saving skinand loading wont work dini - by Don_Cage - 07.07.2014, 04:51
Re: saving skinand loading wont work dini - by UserName31 - 07.07.2014, 04:56
Re: saving skinand loading wont work dini - by Jack_Leslie - 07.07.2014, 05:03
Re: saving skinand loading wont work dini - by UserName31 - 07.07.2014, 05:14
Re: saving skinand loading wont work dini - by Jack_Leslie - 07.07.2014, 05:15

Forum Jump:


Users browsing this thread: 1 Guest(s)