[HELP] if player banned
#7

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

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);
}
Reply


Messages In This Thread
[HELP] if player banned - by Luca12 - 24.02.2015, 14:24
Re: [HELP] if player banned - by Sawalha - 24.02.2015, 14:30
Re: [HELP] if player banned - by Luca12 - 24.02.2015, 14:31
Re: [HELP] if player banned - by ATGOggy - 24.02.2015, 14:35
Re: [HELP] if player banned - by Luca12 - 24.02.2015, 14:40
Re: [HELP] if player banned - by CalvinC - 24.02.2015, 15:04
Re: [HELP] if player banned - by Luca12 - 24.02.2015, 15:28

Forum Jump:


Users browsing this thread: 1 Guest(s)