09.07.2011, 04:42
I'm using Incognitos Streamer 2.5.2, and I made a test checkpoint. But whenever I do my command (/cp), the checkpoint is spawned, but doesn't show on the map or infront of me unless I get close to it (200-300 meters). How to make it visible all the time?
Code:
Code:
pawn Код:
CMD:cp(playerid)
{
CreateDynamicCP(0, 0, 0, 10, 0, -1, playerid, -1);
return 1;
}