Help >> how do i delete the ammu seller? ): help!! - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help >> how do i delete the ammu seller? ): help!! (
/showthread.php?tid=137388)
Help >> how do i delete the ammu seller? ): help!! -
aviv258958 - 28.03.2010
~ as title says.. ~
P.S:
how do i delete the ammu seler (shop npc seller that sells weapon..) from my mod | please help..
Re: Help >> how do i delete the ammu seller? ): help!! -
Norck - 28.03.2010
Only with
Код:
DisableInteriorEnterExits();
But then you also will not be able to enter/exits standart singleplayer interiors
Re: Help >> how do i delete the ammu seller? ): help!! -
aircombat - 28.03.2010
You can't delete it exept u delete all other shops/interiors
Re: Help >> how do i delete the ammu seller? ): help!! -
Mikep. - 29.03.2010
Quote:
Originally Posted by [AC
Etch ]
You can't delete it exept u delete all other shops/interiors
|
That's a lie.
Detect when they are in ammunation (interior + pos), then SetPlayerShopName(playerid, " ");
Re: Help >> how do i delete the ammu seller? ): help!! -
aviv258958 - 29.03.2010
Guys , im new in this , what should i do to delete it but that i will can go in to the shop
tell me where to put code..
Re: Help >> how do i delete the ammu seller? ): help!! -
Mikep. - 29.03.2010
Quote:
Originally Posted by Mikep.
Detect when they are in ammunation (interior + pos), then SetPlayerShopName(playerid, " ");
|