05.04.2014, 06:48
pawn Код:
if(GetPlayerName(playerid,Nam,sizeof(Nam)) == dini_Int(file1,"Member1"))
{
dini_Set(file1,"Member1",Nam);
}
so on this stage will == will work? or it will cause a bug. if == will not work than what should i add?