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

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;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)