Why won't this randomise?
#2

pawn Код:
stock dohospital(playerid)
{
    new
        RandomHospital = random(1);

    if(Hospitalized[playerid] == 1 && RandomHospital == 0)
    {
                ResetPlayerWeapons(playerid);
                SetSpawnInfo(playerid, -1, PlayerSkin[playerid], -216.0915,972.2845,19.3201 -10, 180.0, 0,0,0,0,0,0);
                SpawnPlayer(playerid);
                SetPlayerHealth(playerid, 20.0);
                SetPlayerVirtualWorld(playerid, 3);
                TogglePlayerControllable(playerid, 0);
                SetPlayerInterior(playerid, 0);
                SetPlayerCameraPos(playerid, -315.1983, 1064.2436, 19.5937);
                SetPlayerCameraLookAt(playerid, -319.19,1050.22,20.3403);
                SendClientMessage(playerid, COLOUR_WHITE, "You are recovering in hospital.");
                SendClientMessage(playerid, COLOUR_WHITE, "You will be released shortly. ((Revenge killing is against the server rules)).");
                HospitalUsed = 1;
    }
    if(Hospitalized[playerid] == 1 && RandomHospital == 1)
    {
                ResetPlayerWeapons(playerid);
                SetSpawnInfo(playerid, -1, PlayerSkin[playerid], -216.0915,972.2845,19.3201 -10, 180.0, 0,0,0,0,0,0);
                SpawnPlayer(playerid);
                SetPlayerHealth(playerid, 20.0);
                SetPlayerVirtualWorld(playerid, 3);
                TogglePlayerControllable(playerid, 0);
                SetPlayerInterior(playerid, 0);
                SetPlayerCameraPos(playerid, 1606.5913,1840.1801,10.8203);
                SetPlayerCameraLookAt(playerid, 1605.9766,1822.4442,15.8125);
                SendClientMessage(playerid, COLOUR_WHITE, "You are recovering in hospital.");
                SendClientMessage(playerid, COLOUR_WHITE, "You will be released shortly. ((Revenge killing is against the server rules)).");
                HospitalUsed = 2;
            }
    return 1;
}
Try that and see if that makes a difference.
Reply


Messages In This Thread
Why won't this randomise? - by Dokins - 17.01.2012, 20:13
Re: Why won't this randomise? - by 2KY - 17.01.2012, 20:17
Re: Why won't this randomise? - by Dokins - 17.01.2012, 20:20
Re: Why won't this randomise? - by Tannz0rz - 17.01.2012, 20:22
Re: Why won't this randomise? - by jamesbond007 - 17.01.2012, 22:51

Forum Jump:


Users browsing this thread: 2 Guest(s)