Wiki
Clone wikiEFLC-MP LUA / onPlayerExitCheckPoint
Description
Triggered when the player exits a checkpoint
Parameters
Int playerId, Int checkpointId
Int checkpointId
Return values
Example
#!lua function onPlayerEnterCheckPoint(playerid, checkpointId) end registerEvent("onPlayerExitCheckPoint", "onPlayerExitCheckPoint")
Updated