Variable with letters and numbers
#1

Hello, I have a problem, I use letters and numbers, most can not, and has error, the variable is used to save the e-mail a player ..

PHP код:
enum pInfo
{
    
pFuncao[56]
}
format(var,32,"Email=%s\n",PlayerInfo[playerid][pEmail]);fwrite(hFile, var); 
onplayerconect:

PHP код:
strmid(PlayerInfo[playerid][pEmail], "empty"0strlen("empty"), 255); 
Variable to be defined:
PHP код:
if (dialogid == DIALOG_EMAIL_1)
    {
        if (
response)
        {
                
PlayerInfo[playerid][pEmail] = inputtext//error
        
}
   } 
Код:
C:\Users\2\Desktop\gamemode\gamemodes\2.pwn(22440) : error 047: array sizes do not match, or destination array is too small
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply


Messages In This Thread
Variable with letters and numbers - by JoshNudock - 15.06.2015, 18:32
Re: Variable with letters and numbers - by Konstantinos - 15.06.2015, 18:38
Re : Re: Variable with letters and numbers - by Dutheil - 15.06.2015, 18:42
Re: Re : Re: Variable with letters and numbers - by Vince - 15.06.2015, 19:23

Forum Jump:


Users browsing this thread: 1 Guest(s)