Posts: 1,942
Threads: 89
Joined: Nov 2010
Reputation:
0
Hello!
I cant creat a checkpoint inside a shop.
why it is like that.
i went to a shop and i saved infoot position and i took the coordinates and i creat a checkpoint.
After that i came to my server, that time that checkpoint is not inside that shop, it is some were else.
plz help me to fix it.
Posts: 2,421
Threads: 52
Joined: Mar 2009
Reputation:
0
Do you use a streamer? if not, do you create the checkpoint everytime a player enters the interior? thats what you need to do w/o a streamer.
Posts: 2,421
Threads: 52
Joined: Mar 2009
Reputation:
0
Only one checkpoint at a time can be visible to a player. When you show that checkpoint it will be created in whichever interior/virtual world the player is in at that time. I think it may be better if you use a streamer.
Posts: 1,942
Threads: 89
Joined: Nov 2010
Reputation:
0
ok then tell me how to do that plz
Posts: 2,421
Threads: 52
Joined: Mar 2009
Reputation:
0
Read the post in full then you should understand how to use it. Example usage,
CreateDynamicCP(8644.0000, 8644.0000,8644.0000, 5.0, -1, -1, -1, 100.0);
That will create a checkpoint for every player, in every virtual world and every interior.
Posts: 1,942
Threads: 89
Joined: Nov 2010
Reputation:
0
ok i more question where i should do this?
OnGameModeInit?