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


Author Topic: Nerd Body Guard Advanced  (Read 12380 times)

0 Members and 1 Guest are viewing this topic.

Offline c00ld0c26

  • The D0c
  • Can't Get Enough
  • *****
  • Posts: 5,137
  • Gender: Male
  • Just a dood doing dood things.
    • View Profile
    • My channel.
Re: Nerd Body Guard Advanced
« Reply #15 on: August 13, 2013, 08:12:11 AM »
i like this mod but its better if the body guards are the greasers, can u make one for me?

Of course I can!

thanks!


I need to finish Nerd Backup V1

It's the same as NMA(Nerd Mod Advanced)
But in Free roam.
I need to try and Keybind C
if IsButtonPressed(15,0)
Im trying to use that for my back up. I do not know where to put it to start the function in free roam for STimeCycle.lur Until then, Or I could try and do it now. Since I have free time.

In STimeCycle.lur
I recommend for anything you do to create a new function, the code is :

functionname = function()

under this code u write all the codes u want for 1 thing u want to add to free roam then use

end

until it shows u that u closed the function.

then inside

main = function()

you write this :

repeat

Wait(0)

between the repeat and the wait(0) lines you put the functions like this :

functionname()

Since u are using binds u will need the repeat and wait to make it loop and reset every time (makes it work all the time)

Here is an example :

Nerd = function()

if IsButtonBeingReleased(1,0) then                   (U can use IsButtonPressed to)
What that you want to happen here
elseif IsButtonBeingReleased (2,0) then            (If u want to bind 2 buttons then use elseif)
end                                                               (finish up with how much end lines it says u need)

then in the main function :

main = function()
repeat
Nerd()
Wait(0)
end           




Thanks dude you are a legend mate :)


Psh... Im more then a legend  8)
Just kiddin, Anyway, nope, I ain't no legend, you wanna call someone a legend that would be MadmaN, Rise to Honor and Red blaster  :P
Anyway, I am glad I helped, enjoy modding!

Offline perfectozzyozborne

  • -Bully_Forever-
  • Jr. Member
  • **
  • Posts: 79
  • Gender: Male
  • Hello, My name is Yes-Man,
    • View Profile
Re: Nerd Body Guard Advanced
« Reply #16 on: August 13, 2013, 06:21:55 PM »
:) Still a legend to me.

Offline perfectozzyozborne

  • -Bully_Forever-
  • Jr. Member
  • **
  • Posts: 79
  • Gender: Male
  • Hello, My name is Yes-Man,
    • View Profile
Re: Nerd Body Guard Advanced
« Reply #17 on: November 09, 2013, 07:11:38 AM »
New mod coming soon

Offline GaryHarrington

  • A Guy Who Likes Open World and FPS Games
  • Sr. Member
  • ***
  • Posts: 515
  • Gender: Male
  • Just Love Bully and GTA ...Nothing Interested
    • View Profile
Re: Nerd Body Guard Advanced
« Reply #18 on: November 09, 2013, 08:32:10 AM »
i like this mod but its better if the body guards are the greasers, can u make one for me?

there're mods with each clique bodyguard but i forget which section the mods were

Offline KING DP

  • Hero Member
  • ****
  • Posts: 2,212
  • Gender: Male
    • View Profile
Re: Nerd Body Guard Advanced
« Reply #19 on: November 10, 2013, 12:57:26 AM »
Nerds as bodyguard means life in danger

Offline GaryHarrington

  • A Guy Who Likes Open World and FPS Games
  • Sr. Member
  • ***
  • Posts: 515
  • Gender: Male
  • Just Love Bully and GTA ...Nothing Interested
    • View Profile
Re: Nerd Body Guard Advanced
« Reply #20 on: November 10, 2013, 01:52:48 AM »
Nerds as bodyguard means life in danger

what do you mean?

Offline perfectozzyozborne

  • -Bully_Forever-
  • Jr. Member
  • **
  • Posts: 79
  • Gender: Male
  • Hello, My name is Yes-Man,
    • View Profile
Re: Nerd Body Guard Advanced
« Reply #21 on: November 10, 2013, 11:33:16 AM »
Nerds as bodyguard means life in danger

Really. This is funny

My nerds killed all the jocks easily and they even took on the school. I tested to see in fights and the nerds kept winning so no you're live won't be in danger.

Offline KING DP

  • Hero Member
  • ****
  • Posts: 2,212
  • Gender: Male
    • View Profile
Re: Nerd Body Guard Advanced
« Reply #22 on: November 18, 2013, 03:49:53 AM »
they must have weapons.........they must

Offline GaryHarrington

  • A Guy Who Likes Open World and FPS Games
  • Sr. Member
  • ***
  • Posts: 515
  • Gender: Male
  • Just Love Bully and GTA ...Nothing Interested
    • View Profile
Re: Nerd Body Guard Advanced
« Reply #23 on: November 18, 2013, 05:50:23 AM »
they must have weapons.........they must

yeah but they won't shoot

Offline perfectozzyozborne

  • -Bully_Forever-
  • Jr. Member
  • **
  • Posts: 79
  • Gender: Male
  • Hello, My name is Yes-Man,
    • View Profile
Re: Nerd Body Guard Advanced
« Reply #24 on: January 08, 2014, 07:40:33 PM »
I could fix that.

Offline perfectozzyozborne

  • -Bully_Forever-
  • Jr. Member
  • **
  • Posts: 79
  • Gender: Male
  • Hello, My name is Yes-Man,
    • View Profile
Re: Nerd Body Guard Advanced
« Reply #25 on: March 27, 2014, 10:12:48 AM »
Wow I remember this :)

Offline perfectozzyozborne

  • -Bully_Forever-
  • Jr. Member
  • **
  • Posts: 79
  • Gender: Male
  • Hello, My name is Yes-Man,
    • View Profile
Re: Nerd Body Guard Advanced
« Reply #26 on: October 21, 2014, 08:10:40 PM »
^^
-old-
vv
-new-

Wow my first ever mod  :'( weird to see it again :)

Offline Unknownsoldier

  • Hero Member
  • ****
  • Posts: 2,773
    • View Profile
Re: Nerd Body Guard Advanced
« Reply #27 on: October 28, 2014, 04:56:24 PM »
Nice job dude!

Offline Kikymaki

  • Jr. Member
  • **
  • Posts: 38
  • Gender: Female
  • im WOTA JKT48
    • View Profile
Re: Nerd Body Guard Advanced
« Reply #28 on: January 15, 2015, 01:49:44 AM »
thanks