24.02.2015, 15:28
It won't work that way look my other code which I get from offline player like level and admin level
this code is in off comand check
this code is in off comand check
pawn Код:
format(acc,128,PATH,name);
INI_ParseFile(acc,"OffLineData",.bExtra = true, .extra = playerid);
format(string,sizeof(string),"Level[%s] AdminLV[%s],offdata[0],offdata[1]);
SendClientMessage(playerid,COLOR_YELLOW,string);
pawn Код:
public OffLineData(playerid,name[],value[])
{
INI_String("Level",offdata[0],MAX_PLAYER_NAME);
INI_String("AdminLevel",offdata[1],MAX_PLAYER_NAME);
}
