[FS/MAP] Swimming Pool
#37

Why doesn't this work with a object streamer? D:


EDIT:
Works like this:
pawn Код:
forward MapLoading(playerid);
forward MapLoaded(playerid);

public MapLoading(playerid)
{
    GameTextForPlayer(playerid, "~r~Please wait 3 seconds to load the map!", 3000, 5);
    TogglePlayerControllable(playerid, 0);
    SetTimerEx("MapLoaded", 3000, 0, "d", playerid);
}

public MapLoaded(playerid)
{
    GameTextForPlayer(playerid, "~g~Map loaded!", 2000, 5);
    TogglePlayerControllable(playerid, 1);
}

public OnPlayerPickUpPickup(playerid, pickupid)
{
    if(pickupid == enterb)
    {
        MapLoading(playerid);
        SetPlayerPos(playerid,575.7503,-2046.9207,16.1670);
    }
    if(pickupid == exitb)
    {
        MapLoading(playerid);
        SetPlayerPos(playerid,2483.1611,1526.7001,11.3387);
    }
    if(pickupid == entersp)
    {
        MapLoading(playerid);
        SetPlayerPos(playerid,559.4380,-2092.8203,2.67120);
    }
    if(pickupid == exitsp)
    {
        MapLoading(playerid);
        SetPlayerPos(playerid,561.7214,-2033.8285,16.1670);
    }
    if(pickupid == entersauna)
    {
        MapLoading(playerid);
        SetPlayerPos(playerid,527.8544,-2082.4460,17.2253);
    }
    if(pickupid == exitsauna)
    {
        MapLoading(playerid);
        SetPlayerPos(playerid,570.3227,-2093.3599,2.6448);
    }
    if(pickupid == bigjump)
    {
        SetPlayerPos(playerid,578.5896,-2194.7065,7.1380);
    }
    if(pickupid == anim)
    {
        ApplyAnimation(playerid,"DAM_JUMP","DAM_LAUNCH",2,0,1,1,0,0);
    }
    return 1;
}
Reply


Messages In This Thread
[FS/MAP] Swimming Pool - by [Ask]Terminator - 02.09.2009, 20:41
Re: [FS/MAP] Swimming Pool - by Correlli - 02.09.2009, 20:43
Re: [FS/MAP] Swimming Pool - by Snickers - 02.09.2009, 20:44
Re: [FS/MAP] Swimming Pool - by sidhu123 - 02.09.2009, 20:46
Re: [FS/MAP] Swimming Pool - by [Ask]Terminator - 02.09.2009, 20:47
Re: [FS/MAP] Swimming Pool - by Snickers - 02.09.2009, 20:48
Re: [FS/MAP] Swimming Pool - by [Ask]Terminator - 02.09.2009, 20:53
Re: [FS/MAP] Swimming Pool - by [XST]O_x - 02.09.2009, 21:07
Re: [FS/MAP] Swimming Pool - by speedruntrainer - 02.09.2009, 22:41
Re: [FS/MAP] Swimming Pool - by Fj0rtizFredde - 02.09.2009, 22:47
Re: [FS/MAP] Swimming Pool - by propilot - 03.09.2009, 03:39
Re: [FS/MAP] Swimming Pool - by [XST]O_x - 03.09.2009, 06:50
Re: [FS/MAP] Swimming Pool - by 1Fisher1 - 03.09.2009, 11:43
Re: [FS/MAP] Swimming Pool - by Doppeyy - 03.09.2009, 12:50
Re: [FS/MAP] Swimming Pool - by Infamous - 03.09.2009, 13:19
Re: [FS/MAP] Swimming Pool - by The_Tough - 03.09.2009, 14:39
Re: [FS/MAP] Swimming Pool - by Mive - 03.09.2009, 14:52
Re: [FS/MAP] Swimming Pool - by Eazy_Efolife - 03.09.2009, 15:22
Re: [FS/MAP] Swimming Pool - by DauerDicht - 03.09.2009, 17:50
Re: [FS/MAP] Swimming Pool - by GiP_YossI - 03.09.2009, 19:59
Re: [FS/MAP] Swimming Pool - by NEW_IE - 04.09.2009, 03:56
Re: [FS/MAP] Swimming Pool - by Kanji_Suzuki - 04.09.2009, 10:59
Re: [FS/MAP] Swimming Pool - by CihaD - 04.09.2009, 22:04
Re: [FS/MAP] Swimming Pool - by [Ask]Terminator - 05.09.2009, 07:21
Re: [FS/MAP] Swimming Pool - by @TheShadow@ - 08.09.2009, 16:32
Re: [FS/MAP] Swimming Pool - by WickWoody - 08.09.2009, 21:18
Re: [FS/MAP] Swimming Pool - by KillermanGR - 08.09.2009, 21:32
Re: [FS/MAP] Swimming Pool - by [Ask]Terminator - 09.09.2009, 11:26
Re: [FS/MAP] Swimming Pool - by KillermanGR - 09.09.2009, 13:03
Re: [FS/MAP] Swimming Pool - by Brian_Furious - 11.09.2010, 14:47
Re: [FS/MAP] Swimming Pool - by pykin9600 - 22.01.2011, 05:03
Re: [FS/MAP] Swimming Pool - by berz - 22.01.2011, 13:22
Re: [FS/MAP] Swimming Pool - by Dutchmen0031 - 22.01.2011, 13:49
Re: [FS/MAP] Swimming Pool - by Asta - 20.06.2011, 18:24
Re: [FS/MAP] Swimming Pool - by nGen.SoNNy - 20.06.2011, 18:27
Re: [FS/MAP] Swimming Pool - by BASITJALIL - 21.06.2011, 10:05
Re: [FS/MAP] Swimming Pool - by Steve* - 22.06.2011, 09:07
Re: [FS/MAP] Swimming Pool - by alanhutch - 23.06.2011, 15:31
Re: [FS/MAP] Swimming Pool - by misho1 - 23.06.2011, 20:19
Re: [FS/MAP] Swimming Pool - by boelie - 23.06.2011, 20:37
Re: [FS/MAP] Swimming Pool - by MikeRep - 20.03.2013, 21:28
Re: [FS/MAP] Swimming Pool - by Stream - 21.03.2013, 21:20
Re: [FS/MAP] Swimming Pool - by Djean - 22.03.2013, 01:01
Re: [FS/MAP] Swimming Pool - by Jamixd1 - 22.03.2013, 01:18
Re: [FS/MAP] Swimming Pool - by kaxo130 - 23.03.2013, 10:40
Re: [FS/MAP] Swimming Pool - by iFear - 23.03.2013, 10:52

Forum Jump:


Users browsing this thread: 1 Guest(s)