Dynamic Checkpoint not showing.
#1

Hey,

I have recently added a few Dynamic Checkpoint (one for my bank and one for my church). There is one in the interior and in the exterior. The checkpoints in the exterior of the bank & church show but when I enter in any of the interiors, the checkpoint inside don't show. But if I walk up to where the checkpoint (interior CP) is supposed to go, it still teleports me but the interior checkpoint just don't show.

Here is my code:

pawn Код:
//----[CHECKPOINTS]--------
new cp_CHURCHENTER,
    cp_CHURCHEXIT;
new
    cp_BankEnter,
    cp_BankExit;
And under OnGameModeInit, I have this:

pawn Код:
cp_CHURCHEXIT = CreateDynamicCP( 1964.1338, -350.7512, 1092.9454, 2.0, .interiorid = 0 );
    cp_CHURCHENTER = CreateDynamicCP( 1777.4757, -1751.3462, 14.5235, 2.0, .interiorid = 0 );
    cp_BankEnter = CreateDynamicCP( 1381.1968, -1088.7224,27.3906, 2.0, .interiorid = 0 );
    cp_BankExit = CreateDynamicCP( 2935.2656, -1802.0181, 1191.0657, 2.0, .interiorid = 0 );
The interiors are right because I have checked the interiors with /interior. Can someone help me?
Reply


Messages In This Thread
Dynamic Checkpoint not showing. - by FunnyBear - 14.06.2013, 18:46
Re: Dynamic Checkpoint not showing. - by IstuntmanI - 14.06.2013, 18:53
Re: Dynamic Checkpoint not showing. - by FunnyBear - 15.06.2013, 06:54
Re: Dynamic Checkpoint not showing. - by FunnyBear - 15.06.2013, 08:02

Forum Jump:


Users browsing this thread: 1 Guest(s)