15.11.2009, 19:08
How would I add stuff to the checkpoints?
Example:
OnGMInit: CreateDynamicCP(338.0540, 2531.0984, 16.8015, 2.0, -1, 0, -1, 10.0); //
Do I enter what I want to do when the player enters that checkpoint on OnPlayerEnterCheckpoint?
EDIT: Nvm, I got it, on CreateDynamicCP, there's no checkpointid parameter?
Example:
OnGMInit: CreateDynamicCP(338.0540, 2531.0984, 16.8015, 2.0, -1, 0, -1, 10.0); //
Do I enter what I want to do when the player enters that checkpoint on OnPlayerEnterCheckpoint?
EDIT: Nvm, I got it, on CreateDynamicCP, there's no checkpointid parameter?