Dynamic Checkpoints.
#1

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?
Reply
#2

Serch for
Код:
DestroyDynamicCheckpoint(ID);
Then remove it and it should work
Reply
#3

I searched for it, it's not implanted.
Код:
DestroyDynamicCP.
Reply
#4

Quote:
Originally Posted by Элиот
Посмотреть сообщение
I searched for it, it's not implanted.
Код:
DestroyDynamicCP.
Have you updated you'r streamer plugin ?
Reply
#5

Check under OnPlayerEnterDynamicCheckpoint or the name of the callback.
Reply
#6

CreateDynamicPickup(modelid, type,

You are going to want to change the type to one that will fit your needs. 23 might work.

https://sampwiki.blast.hk/wiki/PickupTypes
Reply
#7

Fixed. I removed DisablePlayerCheckpoint(playerid); from default public OnPlayerEnterCheckpoint(playerid) callback.
Thanks for your solutions anyway. Rep from me. ^.^
Reply
#8

Quote:
Originally Posted by Элиот
Посмотреть сообщение
Fixed. I removed DisablePlayerCheckpoint(playerid); from default public OnPlayerEnterCheckpoint(playerid) callback.
Thanks for your solutions anyway. Rep from me. ^.^
You're welcome.
Reply
#9

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
Reply


Forum Jump:


Users browsing this thread: 5 Guest(s)