06.03.2016, 18:24
Hi all! I am using Incognito's dynamic checkpoints system. My problem:
When I entered a checkpoint (created by CP[id][cpid] = CreateDynamicCP(.....); ) and use this command, it says "You are not in checkpoint". How can i fix this problem. Please help me.
When I entered a checkpoint (created by CP[id][cpid] = CreateDynamicCP(.....); ) and use this command, it says "You are not in checkpoint". How can i fix this problem. Please help me.
Код:
CMD:cptest(playerid,params[])
{
foreach(new i : checkpoints)
{
if(!IsPlayerInDynamicCP(playerid,CP[i][cpid]))
{
SendClientMessage(playerid,-1,"You are not in checkpoint!");
return 1;
}
}
.
.
.
.
.
return 1;
}


