14.09.2009, 04:27
Quote:
Originally Posted by Calgon
Make your own callback, fire it when they attempt to authenticate. It checks their password with the one defined in their file, and then loads the required variables, such as level.
|
when they login
Код:
dini_IntSet(PlayerFile,"Level",pInfo[playerid][pLevel]); pInfo[playerid][Level] = pInfo[playerid][pLevel];