must be a constant expression; assumed zero
#6

pawn Код:
if(strfind(inputtext,".",true) != -1)
                {
                new string3[64];
                new playername3[MAX_PLAYER_NAME];
                GetPlayerName(playerid, playername3, sizeof(playername3));
                strmid(pInfo[playerid][email], inputtext, 0, 32, 32);
                new INI:file = INI_Open(Path(playerid)); // we will open a new file for them to save their account inside of Scriptfiles/Users folder
                INI_SetTag(file,"Players_Data");
                INI_WriteString(file,"Name",playername3);//We will set a tag inside of user's account called "Players_Data"
                INI_WriteString(file,"Password",pInfo[playerid][Pass]);
                INI_WriteString(file,"email",pInfo[playerid][email], inputtext);
this is code but same errors
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)