24.02.2015, 14:40
new abanned[1][MAX_PLAYER_NAME];
then public Banned
public Banned(playerid,name[],value[])
{
INI_String("PlayerBanned",abanned[0],MAX_PLAYER_NAME); I want from here in commad get 1 or 0 from abanned beacuse that variable hold playerbanned which is for pinfo where it's 0 or 1 and that I need in offcheckplayer
return 1;
}
then public Banned
public Banned(playerid,name[],value[])
{
INI_String("PlayerBanned",abanned[0],MAX_PLAYER_NAME); I want from here in commad get 1 or 0 from abanned beacuse that variable hold playerbanned which is for pinfo where it's 0 or 1 and that I need in offcheckplayer
return 1;
}