10.08.2013, 21:30
Is anyone having problems with checkpoints not being destroyed when DestroyDynamicCP is called? It is worth mentioning that I've hooked it with:
pawn Код:
stock _DestroyDynamicCP(&cpid)
{
DestroyDynamicCP(cpid);
cpid = -1;
}
#define DestroyDynamicCP _DestroyDynamicCP

