hideCheckpointForPlayer
From IV:MP Wiki
This function hides a checkpoint for a player.
Contents |
Syntax
bool hideCheckpointForPlayer ( int checkpointid, int playerid )
Parameters
(int checkpointid, int playerid)
| int checkpointid | the checkpoint's ID |
| int playerid | the player |
Returns
- true if the checkpoint was hidden, false otherwise
Example
This function or event needs an example. List of articles that need an example & how to add an example
See also
- createCheckpoint
- deleteCheckpoint
- showCheckpointForPlayer
- hideCheckpointForPlayer
- showCheckpointForAll
- hideCheckpointForAll
- setCheckpointType
- getCheckpointType
- setCheckpointPosition
- getCheckpointPosition
- setCheckpointTargetPosition
- getCheckpointTargetPosition
- setCheckpointRadius
- getCheckpointRadius
- setCheckpointDimension
- getCheckpointDimension