24.11.2010, 01:41
basically stat stuff
pawn Код:
new skinarray = dini_Int(file, "Skin");
SpawnPlayer(playerid);
gPlayerLogged[playerid] = 1;
PlayerInfo[playerid][pAdminLevel] = dini_Int(file, "AdminLevel"); // This reads the dini and sets the player admin level //
SetPlayerScore(playerid, PlayerInfo[playerid][pScore]);
GivePlayerMoney(playerid, dini_Int(file, "Money")-GetPlayerMoney(playerid));
/* Add all other eunms here please */
SendClientMessage(playerid,COLOR_RED, "[IMMIGRATION] Hey Kid, Welcome Back!");