What does .extra & .bExtra means?
#3

Quote:
Originally Posted by PrivatioBoni
Посмотреть сообщение
Can you also tell and explain me if is there any way to get a value from a file with single function like dini_Get() on Y_ini?

I want to use that function at here, dini_int to that function.

pawn Код:
if(strfind(PlayerName(playerid), "[Dr]",false) != -1) {
    if(!fexist(file) || dini_Int(file,"Member") == 0) {
       format(string,128,">> %s (%d) has been kicked from server. Reason: Fake Clan Member.",PlayerName(playerid),playerid);
       SendClientMessageToAll(COLOR_RED, string);
       SendClientMessage(playerid, COLOR_RED, "You have been kicked from server for using our clan although you're not a member of it.");
       SetTimerEx("kick_player",500,false,"d",playerid);
       return 0;
    }
}
Reply


Messages In This Thread
What does .extra & .bExtra means? - by Segura - 25.07.2014, 21:20
Re: What does .extra & .bExtra means? - by PrivatioBoni - 25.07.2014, 21:21
Re: What does .extra & .bExtra means? - by Segura - 25.07.2014, 21:33

Forum Jump:


Users browsing this thread: 1 Guest(s)