invisible checkpoint
#1

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;
}
Reply
#2

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

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

Thank you so much
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)