(HELP) Binco 'done' REST????!
#1

Hey, when I searching in binco clothes shop for new skin and write "done"
after I find... I'm going to rest in hospital like when I Die.... why
there you have script of my hospital rest

pawn Код:
if(FirstSpawn[playerid] != 1)
            {
                PlayerInfo[playerid][pVirWorld] = 0;
                SetPlayerVirtualWorld(playerid, PlayerInfo[playerid][pVirWorld]);
                PlayerInfo[playerid][pDeaths] += 1;
                SetPlayerHealth(playerid, 25.0);
                SetPlayerInterior(playerid, 3);
                PlayerInfo[playerid][pInt] = 3;
                rand = random(sizeof(gMedicSpawns));
                SetPlayerPos(playerid, gMedicSpawns[rand][0], gMedicSpawns[rand][1], gMedicSpawns[rand][2]); // Warp the player
                SetPlayerFacingAngle(playerid, 0);
                TogglePlayerControllable(playerid, 0);
                GameTextForPlayer(playerid, "~n~~n~~n~~n~~n~~n~~n~~n~~n~~w~You need to rest now ...", 30000, 3);
                JustDied[playerid] = 1;
                MedicTime[playerid] = 1;
                ApplyAnimation(playerid, "CRACK", "crckdeth2", 4.0, 1, 0, 0, 0, 0);
                if(PlayerInfo[playerid][pDonateRank] > 0)
                {
                    NeedMedicTime[playerid] = 20;
                }
                else
                {
                    NeedMedicTime[playerid] = 30;
                }
                PlayerPlaySound(playerid, 1062, 0.0, 0.0, 0.0);
                return 1;
            }
Reply


Messages In This Thread
(HELP) Binco 'done' REST????! - by spaty2 - 21.07.2011, 13:57
Re: (HELP) Binco 'done' REST????! - by spaty2 - 21.07.2011, 15:14
Re: (HELP) Binco 'done' REST????! - by MadeMan - 21.07.2011, 17:25
Re: (HELP) Binco 'done' REST????! - by spaty2 - 21.07.2011, 17:29
Re: (HELP) Binco 'done' REST????! - by spaty2 - 21.07.2011, 17:36
Re: (HELP) Binco 'done' REST????! - by Memoryz - 21.07.2011, 17:58
Re: (HELP) Binco 'done' REST????! - by spaty2 - 21.07.2011, 18:07
Re: (HELP) Binco 'done' REST????! - by Ehab1911 - 21.07.2011, 18:10
Re: (HELP) Binco 'done' REST????! - by spaty2 - 21.07.2011, 18:13

Forum Jump:


Users browsing this thread: 1 Guest(s)