News: Welcome back to Bullworth! If you haven't already, you will need to reset your password..


Show Posts

* Messages | Topics | Attachments

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - BT x MaDsKiLlZ

Pages: [1]
1
Requests Archive / Re: I need Earnest world.img files
« on: October 04, 2014, 11:37:50 PM »
http://www.filedropper.com/earnest

Has all Earnest files

2
Mod Releases / Re: Animations Mod V3
« on: October 04, 2014, 11:29:33 PM »
Nicely done! Is this really your last mod?

3
Mod Releases / Fire screen effect
« on: September 29, 2014, 11:43:21 PM »
Toggle the screen effect from "The Gym Is Burning".

4
Script Modding / Re: (LUA) Bully Function Reference
« on: September 28, 2014, 11:18:46 PM »
EffectSetGymnFireOn
Description: Sets a screen effect of inside the Gym on 'The Gym is Burning'
Parameters: true/false
Return Value: Enabled if true, disabled if false
Submitted By: BT x MaDsKiLlZ

5
Modding Questions/Help Archives / Re: How to set intensity sound?
« on: September 28, 2014, 05:08:45 PM »
It's pretty simple lol. Here's an example:
Code: [Select]
  SoundPlayInteractiveStream("MS_ActionLow.rsm",0.6) -- When you're just freeroaming this will play
  SoundSetMidIntensityStream("MS_ActionMid.rsm"0.6) -- when you ride a bike this will play
  SoundSetHighIntensityStream("MS_ActionHigh.rsm",0.6) -- when you get into a fight this will play but idk about authorities.
-- The 0.6 is the volume. Don't put it over 0.8 or 0.9 or you'll go deaf  :laugh:

6
Introduce Yourself / HI
« on: September 28, 2014, 05:03:32 PM »
Hello

Pages: [1]