06.06.2013, 00:07
Coordinates from that are:
Here's the function you'll need:
Or for a regular Checkpoint, use:
Change "type" to set it to start/arrow/finish checkpoints
Here's an example usage:
pawn Код:
-2204.9934, 2397.0479, 4.9663
pawn Код:
CreateDynamicRaceCP(type, Float:x, Float:y, Float:z, Float:nextx, Float:nexty, Float:nextz, Float:size);
pawn Код:
CreateDynamicCP(Float:x, Float:y, Float:z, Float:size);
Here's an example usage:
pawn Код:
CreateDynamicRaceCP(0, -2204.9934, 2397.0479, 4.9663, -2204.9934, 2397.0479, 4.9663, 15.0);