SA-MP Forums Archive
checkpoint transparent, its possible? - 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: checkpoint transparent, its possible? (/showthread.php?tid=465778)



checkpoint transparent, its possible? - BackScreen - 24.09.2013

i want to make a transparent checkpoint a bigger, its possible?


Re: checkpoint transparent, its possible? - BackScreen - 24.09.2013

Quote:
Originally Posted by ******
Посмотреть сообщение
Yes, just use something like y_areas or the streamer plugin to detect an area around your checkpoint. For example:

pawn Код:
SetPlayerCheckpoint(playerid, 45.0, 12.0, 55.0, 5.0); // Create a checkpoint of radius 5.
gLargerArea = Area_AddCircle(45.0, 12.0, 10.0); // Create a circular area of radius 10.
I would guess the syntax for the streamer is similar.
thanks.