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.

Topics - Spaps

Pages: [1] 2
1
Modding Questions/Help Archives / Is it possible...
« on: November 03, 2014, 01:22:09 AM »
To choose body parts.. y'know.. shirt from Darby into russell ingame menu.. etc.. is it possible or not?

2
Resolutions / name change
« on: October 29, 2014, 07:23:38 PM »
yes

3
Community Stories / So...
« on: October 27, 2014, 02:15:05 AM »
So i'm playing bully and EVERY ped I see is Jimmy.. at that moment I went into the Asylum and never came out.

4
Suggestions & Feedback / Buddy approvation thingy
« on: October 23, 2014, 02:22:13 AM »
it's TOO confusing. : :(

5
Requests Archive / Stuff
« on: October 19, 2014, 04:26:48 PM »
I need someone to help me with editing clothes for Russell (lol)

6
LUA Scripting Help / Lua help
« on: October 06, 2014, 10:42:07 PM »
This code was generously given to me by GreenOmnitrix
This works and it plays conversation sounds but I think I might also need an animation that triggers talking with other pedestrians if anyone knows. Maybe an Speech Idle? Idk

Code:

ImportScript("\\Library\\LibTable.lua") -- imports the LibTable library
ImportScript("\\Library\\LibPed.lua") -- imports the LibPed library
local l_0_0 = false

MissionSetup = function() -- basic mission setup function which is used in almost all bully scripts
local l_1_0 = 270 -- X coords
local l_1_1 = -110 -- Y coords
local l_1_2 = 6.4000000953674 -- Z coords

PlayerSetHealth(200) -- gives the player 200 health
AreaTransitionXYZ(0, l_1_0, l_1_1, l_1_2)

end

F_MissionSetup = function()
TextPrintString("Conversation Mod", 4, 1)
Wait(5000)
TextPrintString("By: GreenOmnitrix", 2, 1)
end

main = function()
F_MissionSetup()
CreateThread("TL_Buttons")
gMissionRunning = true
while gMissionRunning do
TL_Buttons()
Wait(0)
end
end

TL_Buttons = function()
if IsButtonPressed(3, 0) then
SoundPlayScriptedSpeechEvent(gPlayer, "CONVERSATION", 0, "speech")
end
end


7
Requests Archive / New shirt for Russell
« on: October 06, 2014, 01:40:43 AM »
Could someone help me make a non-clique shirt? It'll be much appreciated thanks

HELP RUSSELL NOOWWWWW!!!

8
Modding Questions/Help Archives / A tiny help
« on: October 06, 2014, 12:10:08 AM »
Trying to edit Russell to use non-clique faction (Don't ASK!) how do I do it?

9
Bully 2 Discussion / Bully 2
« on: October 04, 2014, 03:49:49 PM »
if it comes out Recently in 2014 0r 2015.. would you want it looking like the original style or next-gen or maybe a remake of the first one with more missions a bigger city more students etc...


what do you think?

10
Bullworth Experiences / Girlfriend troubles...
« on: October 03, 2014, 08:40:08 PM »
So I cheated on Trent.. with Trent and... I don't know what happens next... :unsure:

11
Community Stories / Russell
« on: October 02, 2014, 06:28:10 AM »
We have Russell holding a waffle then he eats it and the game ends.

Mmmm.. waffles

but no seriously.. We should have russell be a protagonist of a bully game probably a bully 2 DLC or somethin? idk

12
Requests Archive / A favor
« on: October 02, 2014, 06:20:25 AM »
Would someone care to add me on skype and teach me the ropes about Lua coding? i'm too much of a fat stupid lazy Russell to figure it out myself.

  :ohmy: :ohmy:


13
Requests Archive / Mod Request
« on: September 29, 2014, 07:35:38 AM »
I want a mod that let's you.. well let's see that you are russell and you want to bully.. you can push, insult, and etc... also sit on couches etc...
I want a mod that does that.. is it possible?

14
Community Stories / Russell Story
« on: September 29, 2014, 07:33:36 AM »
I was punching algie when I accidentally fell on a banana peel.. it was so embarrassing that russell got knocked out  :'(

15
Bully 1 Discussion / Blonde kid in the picture
« on: September 29, 2014, 04:47:48 AM »
Most people think it's Trent.. but it might be Jimmy Hopkins with a blonde haircut.. seen that.. and that blue bullworth jacket? It's available to Jimmy
Anybody wants to prove Russell wrong?

Pages: [1] 2