15.06.2015, 18:32
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 ..
onplayerconect:
Variable to be defined:
PHP код:
enum pInfo
{
pFuncao[56]
}
format(var,32,"Email=%s\n",PlayerInfo[playerid][pEmail]);fwrite(hFile, var);
PHP код:
strmid(PlayerInfo[playerid][pEmail], "empty", 0, strlen("empty"), 255);
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.