[HELP]Weapons not saving when player crashes.
#6

Hmm, you did it this way?

pawn Код:
for (new i = 0; i < MAX_PLAYERS; i++)//loop all the player
{
    refresh_player_data(i,1);
    if(RestoredLife[i])// if we have loaded data for that player
    {
        TextDrawDestroy(TxtInfo[i]);// we destroy our text
    }
}
Reply


Messages In This Thread
[HELP]Weapons not saving when player crashes. - by Lilcuete - 10.07.2010, 15:09
Re: [HELP]Weapons not saving when player crashes. - by Mauzen - 10.07.2010, 15:17
Re: [HELP]Weapons not saving when player crashes. - by Lilcuete - 10.07.2010, 15:27
Re: [HELP]Weapons not saving when player crashes. - by Mauzen - 10.07.2010, 15:30
Re: [HELP]Weapons not saving when player crashes. - by Lilcuete - 10.07.2010, 15:35
Re: [HELP]Weapons not saving when player crashes. - by Mauzen - 10.07.2010, 15:59

Forum Jump:


Users browsing this thread: 3 Guest(s)