How to delet this ? +REP1 - 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 to delet this ? +REP1 (
/showthread.php?tid=486675)
How to delet this ? +REP1 -
VenomMancer - 09.01.2014
Hello guys ..
How to delet this ?
Help me for get +REP1 ..
- Thanks -
Re: How to delet this ? +REP1 -
ikey07 - 09.01.2014
Under OnGameModeInit add DisableInteriorEnterExits(); but for god sake dont add rep :S
Re: How to delet this ? +REP1 -
thefatshizms - 09.01.2014
https://sampwiki.blast.hk/wiki/SetPlayerShopName
Re: How to delet this ? +REP1 -
BradNunchr - 09.01.2014
Under OnGameModeInit add DisableInteriorEnterExits();
Re: How to delet this ? +REP1 -
VenomMancer - 09.01.2014
How to delete, just the checkpoint with the sellers ?
Re: How to delet this ? +REP1 -
Seif- - 09.01.2014
Quote:
Originally Posted by VenomMancer
How to delete, just the checkpoint with the sellers ?
|
You can't, you have to disable the yellow arrows with them like ikey07 said.
Re: How to delet this ? +REP1 -
thefatshizms - 09.01.2014
I gave you the answer yet you completely ignore it.
Re: How to delet this ? +REP1 -
VenomMancer - 09.01.2014
Quote:
Originally Posted by ikey07
Under OnGameModeInit add DisableInteriorEnterExits(); but for god sake dont add rep :S
|
WORKS !!!
Thanks +REP1 !
Re: How to delet this ? +REP1 -
thefatshizms - 09.01.2014
I thought you wanted only the checkpoint and seller to be removed? Doing that will remove the checkpoint and seller but also removes every interior entering/exit pickup. My solution does what you need.