[SOLVED] How to use weapons inside stores? -
Eatos - 02.09.2015
Is it possible to use weapons while being inside a store (restaurant, ammunition etc)?
I'm using 0.3z running grandlarc mode.
Thanks!
Re: How to use weapons inside stores? -
Krakuski - 02.09.2015
pawn Code:
public OnGameModeInit()
{
// Put this under OnGamemodeInit()
AllowInteriorWeapons(1); // "1" allows weapons, "0" does not allow weapons.
return 1;
}
Re: How to use weapons inside stores? -
Eatos - 02.09.2015
Quote:
Originally Posted by Krakuski
pawn Code:
public OnGameModeInit() { // Put this under OnGamemodeInit() AllowInteriorWeapons(1); // "1" allows weapons, "0" does not allow weapons. return 1; }
|
Thanks a lot! Problem solved!