02.03.2012, 18:46
I create DynamicCP:
plapla = CreateDynamicCP(0, 0, 0, 1.5, -1, -1, -1);
Now when i am close to this CP i see red marker on minimap of it.
When i enter cp:
OnPlayerEnterDynamicCP(..)
{
}
Now my checkpoint dissapears, so i can`t enter there anymore.
Now i have to in any interior and come back, then i can see this checkpoint again
So i want that i dont see this on minimap and it won`t dissapear while i enter.
plapla = CreateDynamicCP(0, 0, 0, 1.5, -1, -1, -1);
Now when i am close to this CP i see red marker on minimap of it.
When i enter cp:
OnPlayerEnterDynamicCP(..)
{
}
Now my checkpoint dissapears, so i can`t enter there anymore.
Now i have to in any interior and come back, then i can see this checkpoint again
So i want that i dont see this on minimap and it won`t dissapear while i enter.