SA-MP Forums Archive
default building enter yellow checkpoints? - 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: default building enter yellow checkpoints? (/showthread.php?tid=307650)



default building enter yellow checkpoints? - the.et - 31.12.2011

I just started learning SAMP server programming , i noticed something odd.

The Original GTA:SA building (yellow enter check points) are still there. is it okay to leave it be?

I am a player of other servers , i noticed that they have removed the yellow check points and replaced it with red check points(for entering buildings / going into interiors). When player enter the red check point , they are teleported into that building's interior.

The YELLOW check point have a door pushing enter animation , is it okay when multiple users barge into the same door?

However i think the red check point is better.
Anyone knows how can i disable all yellow check points so i can make my own red check points.

Hope someone can assist me.

Thanksss


Re: default building enter yellow checkpoints? - Unknown123 - 31.12.2011

OnGameModeInit
pawn Код:
DisableInteriorEnterExits();



Re: default building enter yellow checkpoints? - the.et - 31.12.2011

thanks