SA-MP Forums Archive
[QUESTION AMMUNATION - 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: [QUESTION AMMUNATION (/showthread.php?tid=343397)



[QUESTION AMMUNATION - mickos - 17.05.2012

Hey I have a question,
It's about the ammunation, in some servers that you see in the ammunation weapons that you can buy at the checkpoint must stand against a man who stands behind the counter.
Here are some pictures so you can see what I mean.






this is what I mean, my question now is how I make something,
Thanks (:


Re: [QUESTION AMMUNATION - SDraw - 17.05.2012

This is caused by function DisableInteriorEnterExits();
If you add this, you'll never see this.
If not, you'll see this.


Re: [QUESTION AMMUNATION - mickos - 17.05.2012

Quote:
Originally Posted by SDraw
View Post
This is caused by function DisableInteriorEnterExits();
If you add this, you'll never see this.
If not, you'll see this.
Ohhh, oke i need delete that or do I need change DisableInteriorEnterExits() in EnableInteriorEnterExits() ??


Re: [QUESTION AMMUNATION - SDraw - 17.05.2012

Quote:
Originally Posted by BEER-samp
View Post
Ohhh, oke i need delete that or do I need change DisableInteriorEnterExits() in EnableInteriorEnterExits() ??
If there is function - ammunation is unavaliable.
If there isn't function - ammunation is avaliable


Re: [QUESTION AMMUNATION - mickos - 17.05.2012

Hmm i didnt see anything and it is not avaible?


Re: [QUESTION AMMUNATION - RedWingz - 17.05.2012

Quote:
Originally Posted by SDraw
View Post
If there is function - ammunation is unavaliable.
If there isn't function - ammunation is avaliable
Took my answer ;PP


Re: [QUESTION AMMUNATION - MP2 - 17.05.2012

He didn't ask how to disable ammunation.


Re: [QUESTION AMMUNATION - mickos - 17.05.2012

Yea, hmm who know how to ENABLE it??


Re: [QUESTION AMMUNATION - Elysian` - 17.05.2012

It's enabled by defaut but if you add DisableInteriorEnterExits(); then it wont' be there.


Re: [QUESTION AMMUNATION - mickos - 17.05.2012

public OnGameModeInit()
{
DisableInteriorEnterExits();

i have put here, but it dont works
do i need include something or any else?