SA-MP Forums Archive
How to make own checkpoint only on 1 person - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How to make own checkpoint only on 1 person (/showthread.php?tid=75396)



How to make own checkpoint only on 1 person - [MY]Bryan_3295 - 01.05.2009

Hi,Can anyone tell my how to make my owncheckpoint for 1 class of player?

Trying to make a server,but i dont know how to do it so can anyone tell me?

If so thank you


Re: How to make own checkpoint only on 1 person - BlackFoX - 01.05.2009

In OnPlayerEnterCheckPoint

if(class == bla)
{
DisablePlayerCheckpoint(playerid);
}

Check Player team, if it does Match he Accept...