OnPlayerDisconnect(playerid, reason){dini_IntSet("file.ini", "Level", LevelVar);}OnPlayerConnect(playerid){LevelVar = dini_Get("file.ini", "Level");}