22.01.2011, 21:42
Quote:
|
Код:
if(result != -1)
{
dini_Set("PLP.ini", result, pass); //sets the password in the ID table
dini_Set("PLN.ini", result, NickCache[playerid]); //saves the name in the ID table
SendClientMessage(playerid, 0x000000, "thanks for registering!");
IDCache[playerid] = result; //stores the ID
LoggedIn[playerid] = 1; //the player is now loggedin
}
just asking cuz you didnt state it up at the top with the xyz ini's. |
ill edit xD


