How can i remove this checkpoint like in singleplayer
#1

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


Reply
#2

Under OnGameModeInt()
Add;
DisableInteriorEnterExits();

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

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

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

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

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

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
Reply
#8

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

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

:O so its hard..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)