#1

How can i set checkpoint id's ? I want to have multiple checkpoints for entering stores and banks etc... but i dont know how i can make them have id's so i can create a different action for'em ?
Reply
#2

Hey,
try this:
PHP код:
new CP_Bank;
//OnGameModeInit
CP_BANK CreateDynamicCP(X,Y,Z,SIZE,-1, -1, -1draw);
//OnPlayerEnterDynamicCP
if(checkpointid == CP_Bank)
{
//

Have fun
Reply
#3

Obviously for that above code to work, you'll need Incognitos streamer plugin. Should of stated that in the above post.
Reply
#4

thank you both .
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)