Checkpoint
#1

^^^^^^^^
Reply
#2

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

Here's an example usage:
pawn Код:
CreateDynamicRaceCP(0, -2204.9934, 2397.0479, 4.9663, -2204.9934, 2397.0479, 4.9663, 15.0);
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)