30.01.2014, 16:48
This code is in SII but how would be this in y_ini ?
Thank you
pawn Код:
static file[80];
format(file,sizeof file,Userfile,GetPName(playerid));
INI_Open(file);
SetPlayerSkin(playerid,INI_ReadInt("SSkin"));
INI_Close();
Thank you