[SOLVED] How to use weapons inside stores?
#1

Is it possible to use weapons while being inside a store (restaurant, ammunition etc)?
I'm using 0.3z running grandlarc mode.
Thanks!
Reply
#2

pawn Code:
public OnGameModeInit()
{
    // Put this under OnGamemodeInit()
    AllowInteriorWeapons(1); // "1" allows weapons, "0" does not allow weapons.
    return 1;
}
Reply
#3

Quote:
Originally Posted by Krakuski
View Post
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!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)