Why This Won't Save The Players' Information?
#8

Quote:
Originally Posted by Imperor
Посмотреть сообщение
It will save it just under OnGameModeExit add SaveUser(i), use foreach if you have included for example
pawn Код:
public OnGameModeExit()
{
    foreach(Player, i)
    {
        SaveUser(i);
    }
    return 1;
}
Thanks Imperor This Worked..
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)