19.02.2016, 13:11
Solution:-
PHP код:
CMD:ewa(playerid, params[])
{
new INI:File = INI_Open(UserPath(playerid));
INI_WriteInt(File,"Banned", PlayerInfo[playerid][Banned]);
INI_Close(File);
return 1;
}

