Problem with Ban Command
#5

Quote:
Originally Posted by tyler12
Посмотреть сообщение
Assuming you save OnPlayerDisconnect, Just set the variable.
This is onplayerdisconnect

pawn Код:
INI_Open(file);
        INI_WriteInt("Rank", PInfo[playerid][Rank]);
        INI_WriteInt("Level", PInfo[playerid][Level]);
        INI_WriteInt("Operator", PInfo[playerid][Operator]);
        INI_WriteInt("Banned", PInfo[playerid][Banned]);
        INI_WriteInt("Kills", PInfo[playerid][Kills]);
        INI_WriteInt("Deaths", PInfo[playerid][Deaths]);
        INI_WriteInt("Score", scores);
        INI_WriteInt("Money", money);
        INI_Save();
        INI_Close();
Reply


Messages In This Thread
Problem with Ban Command - by Biess - 31.01.2013, 17:00
Re: Problem with Ban Command - by iGetty - 31.01.2013, 17:08
Re: Problem with Ban Command - by Biess - 31.01.2013, 17:12
Re: Problem with Ban Command - by tyler12 - 31.01.2013, 17:13
Re: Problem with Ban Command - by Biess - 31.01.2013, 17:17
Re: Problem with Ban Command - by iGetty - 31.01.2013, 17:19
Re: Problem with Ban Command - by Biess - 31.01.2013, 17:23
Re: Problem with Ban Command - by tyler12 - 31.01.2013, 17:32
Re: Problem with Ban Command - by Biess - 31.01.2013, 17:33
Re: Problem with Ban Command - by tyler12 - 31.01.2013, 17:36

Forum Jump:


Users browsing this thread: 3 Guest(s)