Posts: 95
Threads: 10
Joined: Nov 2011
Reputation:
0
06.01.2013, 12:34
(
Последний раз редактировалось InActtive™; 07.01.2013 в 17:09.
)
Hiya, I've created a pickup to purchase vehicles. Even if do or if I don't use "DisablePlayerCheckpoint", the checkpoint disappears and never comes back...
I tried using the "OnPlayerLeaveDynamicCP" function and calling the checkpoint back, but that's not working either O_O
How can I get the checkpoint to reappear?
Posts: 112
Threads: 8
Joined: Jan 2013
Quote:
Originally Posted by InActtive™
Hiya, I've created a pickup to purchase vehicles. Even if do or if I don't use "DisablePlayerCheckpoint", the checkpoint disappears and never comes back...
I tried using the "OnPlayerLeaveDynamicCP" function and calling the checkpoint back, but that's not working either O_O
How can I get the checkpoint to reappear?
|
What do you use CreateDynamicCP or SetPlayerCheckpoint to create this checkpoint
if you use SetPlayerCheckpoint then OnPlayerLeaveDynamicCPwn't be called if you exit this checkpoint.
Have you also tried to use
TogglePlayerDynamicCP
Posts: 95
Threads: 10
Joined: Nov 2011
Reputation:
0
***Bump
Still haven't fixed my problem. Also changed the title to the correct title.