Checkpoint too far?
#4

SYNTAX:

pawn Код:
CreateDynamicCP(Float:x, Float:y, Float:z, Float:size, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0);
Your command :

pawn Код:
CMD:cp(playerid)
{
    CreateDynamicCP(0, 0, 0, 10, 0, -1, playerid, -1);
    // Would be : X = 0, Y = 0, Z = 0, Size = 0, World ID = 0, Interior ID = -1, Player ID = playerid, Distance = -1.
    return 1;
}
Notice the DISTANCE, it's -1.

Maybe try to change the DISTANCE to 99999.0 ( lol, but it should works ).
Reply


Messages In This Thread
Checkpoint too far? - by Outcast - 09.07.2011, 04:42
Re: Checkpoint too far? - by Tee - 09.07.2011, 04:48
Re: Checkpoint too far? - by Bakr - 09.07.2011, 04:51
Re: Checkpoint too far? - by Basicz - 09.07.2011, 04:51
Re: Checkpoint too far? - by Tee - 09.07.2011, 04:53
Re: Checkpoint too far? - by Outcast - 09.07.2011, 04:59

Forum Jump:


Users browsing this thread: 3 Guest(s)