saving skinand loading wont work dini
#9

Quote:
Originally Posted by Don_Cage
Посмотреть сообщение
He means if you have any stock/public where you save the data. example:
pawn Код:
public SaveCharacter()
Quote:
Originally Posted by Jack_Leslie
Посмотреть сообщение
Oh my god.

Okay, let's try and stoop down to your level.

Show everything that has "scriptfiles" in in it.
ok i apologies i am new for this type of system
Thank You

#1 - Define
PHP код:
#define scriptfiles "/ILSRP/%s.ini" 
#2 - 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");
     } 

OnPlayerDisconnect

PHP код:
new name[MAX_PLAYER_NAME], file[256];
    
GetPlayerName(playeridnamesizeof(name));
    
format(filesizeof(file), scriptfilesname); 
DIALOG_LOGIN
PHP код:
new name[MAX_PLAYER_NAME], file[256];
        
GetPlayerName(playeridnamesizeof(name));
        
format(filesizeof(file), scriptfilesname);
        if(!
response) return Kick(playerid); 
DIALOG_REGISTER
PHP код:
 new name[MAX_PLAYER_NAME], file[256];
        
GetPlayerName(playeridnamesizeof(name));
        
format(filesizeof(file), scriptfilesname); 
THATS ALL
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: 2 Guest(s)