02.09.2015, 22:56
Is it possible to use weapons while being inside a store (restaurant, ammunition etc)?
I'm using 0.3z running grandlarc mode.
Thanks!
I'm using 0.3z running grandlarc mode.
Thanks!
public OnGameModeInit()
{
// Put this under OnGamemodeInit()
AllowInteriorWeapons(1); // "1" allows weapons, "0" does not allow weapons.
return 1;
}