28.07.2011, 08:00
You need to utilize the CreateDynamicCP function, which comes in the include file with the Streamer Plugin download. Include that file to your scripts source
and replace all your CreateCheckpoint functions with CreateDynamicCP, changing/adding parameters as necessary. You will then be able to process what happens when a player enters the different checkpoints under the custom callbacks;; OnPlayerEnterDynamicCP and OnPlayerExitDynamicCP.
Read more in the streamer topic for more information, such as installation steps and other usages.
pawn Код:
#include <streamer>
Read more in the streamer topic for more information, such as installation steps and other usages.