Setting auto spawn
#3

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!");
Reply


Messages In This Thread
Setting auto spawn - by Anthonyx3' - 24.11.2010, 01:34
Re: Setting auto spawn - by cessil - 24.11.2010, 01:37
Re: Setting auto spawn - by Anthonyx3' - 24.11.2010, 01:41
Re: Setting auto spawn - by Leeroy. - 24.11.2010, 01:45
Re: Setting auto spawn - by GaGlets(R) - 24.11.2010, 01:50
Re: Setting auto spawn - by Anthonyx3' - 24.11.2010, 02:08
Re: Setting auto spawn - by Kitten - 24.11.2010, 02:25
Re: Setting auto spawn - by Leeroy. - 24.11.2010, 03:32

Forum Jump:


Users browsing this thread: 1 Guest(s)