OnPlayerEnterDynamicCP - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: OnPlayerEnterDynamicCP (
/showthread.php?tid=575969)
OnPlayerEnterDynamicCP -
Banditukas - 31.05.2015
Hi,
In streamer check points create is that
CreateDynamicCP
TogglePlayerDynamicCP(playerid, checkpointid, toggle);
But how check my when player reach or enter that check point?
Re: OnPlayerEnterDynamicCP -
FailerZ - 31.05.2015
"Wrong POST delete"
Re: OnPlayerEnterDynamicCP -
amirm3hdi - 31.05.2015
Код:
OnPlayerEnterDynamicCP(playerid, checkpointid)
Whenever a player enters a Dynamic CP that function gets called.