[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
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
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
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?