CP Help
#1

I made a driving license but i wanted to create the CP when another one is entered. Instead of creating all the cps when the take the test.

Example: If i enter CP 1 it gets disabled and CP 2 gets created.

It wont work. I use OnPlayerEnterDynamicCP to disable the CP and create the new one but it won't work.
Reply
#2

Don't use OnPlayerEnterDynamicCP if that don't work . Use the default checkpoints
Reply
#3

i see you use incognito

Race Checkpoints:
pawn Код:
native CreateDynamicRaceCP(type, Float:x, Float:y, Float:z, Float:nextx, Float:nexty, Float:nextz, Float:size, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0);
native DestroyDynamicRaceCP(checkpointid);
native IsValidDynamicRaceCP(checkpointid);
native TogglePlayerDynamicRaceCP(playerid, checkpointid, toggle);
native TogglePlayerAllDynamicRaceCPs(playerid, toggle);
native IsPlayerInDynamicRaceCP(playerid, checkpointid);
native DestroyAllDynamicRaceCPs();
native CountDynamicRaceCPs();
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)