[HELP]Checkpoint Problem!
#1

Hey
Have A Problem...
I Made Checkpoints But... When I Enter That First I Can't Go Near The Checkpoint:/
Quote:

//Includes
#include <a_samp>
#include <streamer>
#include <zcmd>

CMDtartharvest(playerid, params[])
{
SetPlayerCheckpoint(playerid, -102.0503, 148.3964, 3.1164, 3.0);
return 1;
}

public OnPlayerEnterCheckpoint(playerid)
{
if(IsPlayerInRangeOfPoint(playerid, -102.0503, 148.3964, 3.1164, 3.0))
{
SetPlayerCheckpoint(playerid, -123.4742, 98.0780, 3.1172, 3.0);
}
if(IsPlayerInRangeOfPoint(playerid, -123.4742, 98.0780, 3.1172, 3.0))
{
SetPlayerCheckpoint(playerid, -109.7551, 151.8636, 3.3736, 3.0);
}
return 1;
}

Its 0 Errors.
Whats The Problem?
I Have Newest Plugins.
Reply


Messages In This Thread
[HELP]Checkpoint Problem! - by Veeco - 03.12.2012, 18:50
Re: [HELP]Checkpoint Problem! - by LarzI - 03.12.2012, 19:03
Re: [HELP]Checkpoint Problem! - by Veeco - 03.12.2012, 19:13
Re: [HELP]Checkpoint Problem! - by DexterBR - 03.12.2012, 20:42

Forum Jump:


Users browsing this thread: 1 Guest(s)