Help with checkpoint please!
#1

for(new k = 0; k < sizeof(KucaInfo); k++)
{
new kFile[80];
format(kFile, sizeof(kFile), KUCE_FILE, k);
if(fexist(kFile))
if(IsPlayerInRangeOfPoint(playerid, 5.0, KucaInfo[k][kUlazX], KucaInfo[k][kUlazY], KucaInfo[k][kUlazZ]))
{
SetPlayerCheckpoint(playerid, KucaInfo[k][kUlazX], KucaInfo[k][kUlazY], KucaInfo[k][kUlazZ], 2.0);
}

}
So I did a house system with red checkpoint, but when I move away from the house the Checkpoint stays there, any solution please?
Reply


Messages In This Thread
Help with checkpoint please! - by TheSnicky - 08.01.2015, 05:09
Re: Help with checkpoint please! - by Glossy42O - 08.01.2015, 05:13
Re: Help with checkpoint please! - by TheSnicky - 08.01.2015, 05:15
Re: Help with checkpoint please! - by TheSnicky - 08.01.2015, 05:22

Forum Jump:


Users browsing this thread: 2 Guest(s)