Posts: 59
Threads: 5
Joined: Aug 2011
Reputation:
0
Hello.
I have a little problem with Dynamic Checkpoints (Incignoto plugin). When I enter in the DynamicCP, it disappears. I need to make that checkpoint doesn't disappear.
Any solutions?
Posts: 1,753
Threads: 277
Joined: Sep 2010
Reputation:
0
Check under OnPlayerEnterDynamicCheckpoint or the name of the callback.
Posts: 59
Threads: 5
Joined: Aug 2011
Reputation:
0
Fixed. I removed DisablePlayerCheckpoint(playerid); from default public OnPlayerEnterCheckpoint(playerid) callback.
Thanks for your solutions anyway. Rep from me. ^.^
Posts: 15
Threads: 1
Joined: Sep 2012
Reputation:
0
I have Issue with
public OnPlayerEnterDynamicCP(playerid, checkpointid)
{
if(checkpointid == MyCheckPoint)
{
SendClientMessage(playerid, Color, "You are In MyCheckPoint");
}
return 1;
}
Check point Created If Some Interior Pickup Picked.
But when i Enters the CheckPoint it give nothing i means no message.
there is no Error in besides Warning the checkpoint Name is