Posts: 6,129
Threads: 36
Joined: Jan 2009
Quote:
Originally Posted by » Pawnst★r «
Quote:
Originally Posted by Calgon
pawn Код:
public OnPlayerUpdate(playerid) { if(GetPlayerInterior(playerid) != 0) { SetPlayerArmedWeapon(playerid, 0); } return 1; }
Not the most efficient way, but it'll work.
|
Will it? Some interiors use interior universe 0 do they not?
|
In every interior except ones that are actually based in interior 0. So things like K.A.C.C Military Fuels that don't have an entry point etc. That includes Don's example. You can modify it to work like that, but it'd be useless.
And for the car streaming, just set a checkpoint near the car or change the server.cfg to stream from a longer distance.