OnPlayerUpdate
#1

Well I recently added it so that when you walk into a checkpoint it pops up a dialog, but the checkpoint comes up when you go near that place and then never disapears on your minmap. How to make it disipear?

pawn Код:
public OnPlayerUpdate(playerid)
{
    if(IsPlayerInRangeOfPoint(playerid, 7.0, 1985.3361,-1282.2993,23.9740))
    {
        SetPlayerCheckpoint(playerid, 1985.3361,-1282.2993,23.9740, 2.0);
        return 1;
    }
    return 1;
}
Reply


Messages In This Thread
OnPlayerUpdate - by Socan - 18.11.2012, 01:31
Re: OnPlayerUpdate - by Azazelo - 18.11.2012, 01:39
Re: OnPlayerUpdate - by Socan - 18.11.2012, 01:47
Re: OnPlayerUpdate - by cessil - 18.11.2012, 03:23
Re: OnPlayerUpdate - by Plovix - 18.11.2012, 08:08
Re: OnPlayerUpdate - by cessil - 18.11.2012, 08:26

Forum Jump:


Users browsing this thread: 1 Guest(s)