Skip to content

LuminouZ307/samp-multicp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

samp-multicp

sampctl

Read This

This script is actually inspired from here, but i made my own version and using some library like YSI.

Installation

Simply install to your project:

sampctl package install LuminouZ307/samp-multicp

Include in your code and begin using the library:

#include <multicp>

Usage

Functions

  • SetPlayerMultiCP(playerid, Float:x, Float:y, Float:z, bool:autodisable = false, color = MULTICP_DEFAULT_COL) :

    • Sets player checkpoint.

    • playerid = The player ID you wan't sets the checkpoint.

    • x = x position.

    • y = y position.

    • z = z position.

    • autodisable = if autodisable is true, when you entering the checkpoint it will automatically disabled.

    • color = checkpoint colour (default is red).

  • DisablePlayerMultiCP(playerid, cpid) :

    • Remove player checkpoint.
  • IsPlayerInMultiCP(playerid, cpid) :

    • Check if player in a checkpoint.
  • DisablePlayerAllMultiCP(playerid) :

    • Remove player all checkpoints.

Callbacks

  • OnPlayerLeaveMultiCP(playerid, cpid) :

    • Detect when player leaving checkpoint.
  • OnPlayerEnterMultiCP(playerid, cpid) :

    • Detect when player entering checkpoint.

Testing

To test, simply run the package:

sampctl package run

About

Create player multiple checkpoint!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages