06.01.2013, 13:24
You said you created a pickup? And you use DisablePlayerCheckpoint? What did you create, a pickup or a checkpoint? If you used:
to create a checkpoint using Incognito's streamer, you can use the callback OnPlayerLeaveDynamicCP.
Else, you can use SetPlayerCheckpoint (SA-MP by default only gives this one function, you can set 1 checkpoint AT A TIME with this.)
pawn Код:
new x;
x = CreateDynamicCP(..)
Else, you can use SetPlayerCheckpoint (SA-MP by default only gives this one function, you can set 1 checkpoint AT A TIME with this.)