SA-MP Forums Archive
How can i remove this checkpoint like in singleplayer - 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: How can i remove this checkpoint like in singleplayer (/showthread.php?tid=512848)



How can i remove this checkpoint like in singleplayer - cleanboy - 13.05.2014

I want to remove this checkpoint coz its annoying if someone walks through it.. please help





Re: How can i remove this checkpoint like in singleplayer - Lynn - 13.05.2014

Under OnGameModeInt()
Add;
DisableInteriorEnterExits();

You will then have to make /enter and /exit commands.


Re: How can i remove this checkpoint like in singleplayer - cleanboy - 13.05.2014

You mean i will make my own checkpoint if i do that?


Re: How can i remove this checkpoint like in singleplayer - SAMProductions - 13.05.2014

Yes, all interiors will be disabled, and as you said you'll make your own checkpoint if you do that.


Re: How can i remove this checkpoint like in singleplayer - cleanboy - 13.05.2014

oh.. okay i would remove them if i have time to make checkpoints.


Re: How can i remove this checkpoint like in singleplayer - Lynn - 13.05.2014

Yes, all Default interiors will be removed, and all NPC's / Checkpoints will be removed as-well.


Re: How can i remove this checkpoint like in singleplayer - IceBilizard - 13.05.2014

You don't need to re-make checkpoints in shop like ammunation,Burger,Pizza,CluckinBell

Check This

https://sampwiki.blast.hk/wiki/SetPlayerShopName

On pickup of shop enter you can give

SetPlayerShopName(playerid,"FDPIZA"); (for pizza)
SetPlayerShopName(playerid,"FDCHICK"); (for CluckinBell)
SetPlayerShopName(playerid,"FDBURG" ); (for Burger Shop)
SetPlayerShopName(playerid, "AMMUN1"); (for Ammunation 1)
SetPlayerShopName(playerid, "AMMUN2"); (for Ammunation 2)
SetPlayerShopName(playerid, "AMMUN3"); (for Ammunation 3)
SetPlayerShopName(playerid, "AMMUN4"); (for Ammunation 4)
SetPlayerShopName(playerid, "AMMUN5"); (for Ammunation 5)

after enter in shop you will see the checkpoint


Re: How can i remove this checkpoint like in singleplayer - cleanboy - 15.05.2014

but it needs to type /enter before you can go inside?


Re: How can i remove this checkpoint like in singleplayer - AroseKhanNiazi - 15.05.2014

no you need to add interiors Yourself then add checkpoint or pickup or make commands checkpoint or pickup are easiest


Re: How can i remove this checkpoint like in singleplayer - cleanboy - 15.05.2014

:O so its hard..