Hi all,
I created a Kamenka checkpoint for my server, to make spawning there somewhat less annoying. It's only my first version of this and it needs some tweaking. Feel free to comment, edit and play etc.
Installation:
Collect the code from here http://pastebin.com/XyGJjLkq
Create kamenka.sqf in the root of your mission.PBO and add the above code to it. Save it.
Open your init.SQF file in your mission.PBO
Add the following the line to the end of the file
Save the file and repack the mission PBO.
Done
I created a Kamenka checkpoint for my server, to make spawning there somewhat less annoying. It's only my first version of this and it needs some tweaking. Feel free to comment, edit and play etc.
Installation:
Collect the code from here http://pastebin.com/XyGJjLkq
Create kamenka.sqf in the root of your mission.PBO and add the above code to it. Save it.
Open your init.SQF file in your mission.PBO
Add the following the line to the end of the file
Code:
[] ExecVM "kamenka.sqf";
Save the file and repack the mission PBO.
Done


