SA-MP Forums Archive
invisible checkpoint - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: invisible checkpoint (/showthread.php?tid=464799)



invisible checkpoint - alimash - 19.09.2013

hi guy's

i made this but i want to make it invisible on radar so what i must to do ?

Код:
public OnPlayerSpawn(playerid)
{
	SetPlayerCheckpoint(playerid, 1981.2754, -1719.0166, 17.0304, 5);
	return 1;
}

public OnPlayerEnterCheckpoint(playerid)
{
    if(IsPlayerInRangeOfPoint(playerid, 5, 1981.2754, -1719.0166, 17.0304))
    {
		SetPlayerPos(playerid, 2306.0259, -16.1539, 26.3182);
	}
	return 1;
}



Re: invisible checkpoint - adios1 - 19.09.2013

i don't think you can. but maybe u can try using this

https://sampforum.blast.hk/showthread.php?tid=167349


Re: invisible checkpoint - alimash - 19.09.2013

Thank you so much