snow?
#3

thanks you!!

pawn Код:
if(on)
    {
        new Float:Position[3];
        GetPlayerCameraPos( playerid, Position[0], Position[1], Position[2] /*-----------------------------------------------*/);
        FallingSnowObject = CreatePlayerObject( playerid, 18864, Position[0], Position[1], Position[2]-5, 0.0, 0.0, 0.0, 300.0 );//but why Position[2]-5 ?? shouldnt it be +5?? as the snow should be created above the player?
        SendClientMessage(playerid, -1, "[DEBUG] - SnowSettings - Enabled");
    }
And where would i make it OFF again? under OnplayerDeath or disconnect?
Reply


Messages In This Thread
snow? - by PawnoQ - 23.12.2013, 16:55
Re: snow? - by Patrick - 23.12.2013, 17:00
Re: snow? - by PawnoQ - 23.12.2013, 17:10
Re: snow? - by Patrick - 23.12.2013, 17:17
Re: snow? - by PawnoQ - 23.12.2013, 17:26

Forum Jump:


Users browsing this thread: 1 Guest(s)