Checkpoint
#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


Messages In This Thread
Checkpoint - by Ananisiki - 05.06.2013, 23:51
Re: Checkpoint - by eblood1 - 06.06.2013, 00:07

Forum Jump:


Users browsing this thread: 1 Guest(s)