Help me to Fix this Problem
#1

First of all , Hi , i have a Registration FS , so , i creat a Folder in scriptfiles with the name : "users"

The Problem is whene i register , the infos doesn't save in "users" folder, i have this problem in a lot of downloaded FS, this is the way to the folder in my FS:

PHP код:
public OnPlayerConnect(playerid)
{
    
format(file128"/users/%s.ini"GetName(playerid));
    
GetPlayerIp(playeridplayerIP16);
    
TogglePlayerSpectating(playerid1);
    if(!
dini_Exists(file))
    {
        
format(str128"{1900FF}Welcome %s \n\nPlease {B31515}register your {FFFFFF}account"GetName(playerid));
        
ShowPlayerDialog(playeridDIALOG_REGISTERDIALOG_STYLE_INPUT"Account Management"str"Register""Quit");
    }
    else
    {
    
format(str128"{1900FF}Welcome %s \n\nPlease {B31515}login to your {FFFFFF}account"GetName(playerid));
    
ShowPlayerDialog(playeridDIALOG_LOGINDIALOG_STYLE_INPUT"Account Management"str"Login""Quit"); 
Please i need your Help(+1rep for any Helper)
Reply


Messages In This Thread
Help me to Fix this Problem - by ServerScripter - 16.09.2011, 16:51
Re: Help me to Fix this Problem - by Jafet_Macario - 16.09.2011, 16:57
Re: Help me to Fix this Problem - by TheArcher - 16.09.2011, 16:58
Re: Help me to Fix this Problem - by ServerScripter - 16.09.2011, 17:01
Re: Help me to Fix this Problem - by =WoR=G4M3Ov3r - 16.09.2011, 17:04
Re: Help me to Fix this Problem - by TheArcher - 16.09.2011, 17:04
Re: Help me to Fix this Problem - by ServerScripter - 16.09.2011, 17:09
Re: Help me to Fix this Problem - by =WoR=G4M3Ov3r - 16.09.2011, 17:12
Re: Help me to Fix this Problem - by ServerScripter - 16.09.2011, 17:17
Re: Help me to Fix this Problem - by ServerScripter - 16.09.2011, 17:27

Forum Jump:


Users browsing this thread: 1 Guest(s)