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


Author Topic: How to Trigger J_Mascot Kick.  (Read 6395 times)

0 Members and 1 Guest are viewing this topic.

Offline AfterLife

  • The Reaper
  • Sr. Member
  • ***
  • Posts: 830
  • Gender: Male
  • I'm from the AfterLife...
    • View Profile
How to Trigger J_Mascot Kick.
« on: May 19, 2015, 08:47:17 AM »
Here is a little something that may help you if you want to make a custom style of something. By the way, I plan on releasing my entire LUA folder since I don't care about Bully anymore.

Code: [Select]
F_Kick = function()
  if IsButtonPressed(BUTTON, 0) then
  PedSetAITree(gPlayer, "/Global/AI_Mascot_4_05", "Act/AI_Mascot_4_05.act")
  PedSetActionNode(gPlayer, "/Global/J_Mascot/Offense/Short", "act/anim/J_Mascot.act")
  while PedIsPlaying(gPlayer, "/Global/J_Mascot/Offense/Short", "act/anim/J_Mascot.act") do
  Wait(0)
  end
  PedSetAITree(gPlayer, "/Global/PlayerAI", "Act/AI/PlayerAI.act")
  end
  end

Simply copy and paste it into your code.

Offline Enderman

  • What i'm doing right now?
  • Full Member
  • ***
  • Posts: 293
  • Gender: Male
  • I'm no longer do mods for Bully ...
    • View Profile
    • bully-board.com
Re: How to Trigger J_Mascot Kick.
« Reply #1 on: May 20, 2015, 08:17:44 AM »
No one use this anymore now they use not another selector mod :v

Offline AfterLife

  • The Reaper
  • Sr. Member
  • ***
  • Posts: 830
  • Gender: Male
  • I'm from the AfterLife...
    • View Profile
Re: How to Trigger J_Mascot Kick.
« Reply #2 on: May 21, 2015, 07:09:06 AM »
No one use this anymore now they use not another selector mod :v
Yes I know. But it's for people who still mod and not just play with mods :V
Now I just play with mods, I dont mod anymore.

Offline gamerzod

  • Jr. Member
  • **
  • Posts: 17
    • View Profile
Re: How to Trigger J_Mascot Kick.
« Reply #3 on: May 21, 2015, 07:26:20 AM »
By the way, I plan on releasing my entire LUA folder since I don't care about Bully anymore.
please release your code

Offline Enderman

  • What i'm doing right now?
  • Full Member
  • ***
  • Posts: 293
  • Gender: Male
  • I'm no longer do mods for Bully ...
    • View Profile
    • bully-board.com
Re: How to Trigger J_Mascot Kick.
« Reply #4 on: May 22, 2015, 04:33:30 AM »
By the way, I plan on releasing my entire LUA folder since I don't care about Bully anymore.
please release your code
He edited it :v
I could give u my new.txt file instead beggin him

Offline AfterLife

  • The Reaper
  • Sr. Member
  • ***
  • Posts: 830
  • Gender: Male
  • I'm from the AfterLife...
    • View Profile
Re: How to Trigger J_Mascot Kick.
« Reply #5 on: May 22, 2015, 04:52:13 AM »
By the way, I plan on releasing my entire LUA folder since I don't care about Bully anymore.
please release your code
He edited it :v
Edit what? When I say something, I will do it. I don't see the point in hiding stuff anyway.

Offline Enderman

  • What i'm doing right now?
  • Full Member
  • ***
  • Posts: 293
  • Gender: Male
  • I'm no longer do mods for Bully ...
    • View Profile
    • bully-board.com
Re: How to Trigger J_Mascot Kick.
« Reply #6 on: May 22, 2015, 06:35:37 AM »
By the way, I plan on releasing my entire LUA folder since I don't care about Bully anymore.
please release your code
He edited it :v
Edit what? When I say something, I will do it. I don't see the point in hiding stuff anyway.
Sorry i thought u edit :v

Offline Unknownsoldier

  • Hero Member
  • ****
  • Posts: 2,773
    • View Profile
Re: How to Trigger J_Mascot Kick.
« Reply #7 on: May 25, 2015, 04:28:53 AM »
By the way, I plan on releasing my entire LUA folder since I don't care about Bully anymore.
please release your code
He edited it :v
Edit what? When I say something, I will do it. I don't see the point in hiding stuff anyway.
Sorry i thought u edit :v
:v

Offline Enderman

  • What i'm doing right now?
  • Full Member
  • ***
  • Posts: 293
  • Gender: Male
  • I'm no longer do mods for Bully ...
    • View Profile
    • bully-board.com
Re: How to Trigger J_Mascot Kick.
« Reply #8 on: May 26, 2015, 10:19:29 AM »
By the way, I plan on releasing my entire LUA folder since I don't care about Bully anymore.
please release your code
He edited it :v
Edit what? When I say something, I will do it. I don't see the point in hiding stuff anyway.
Sorry i thought u edit :v
:v
I like black person their cool, their jokes are funny as hell, they talks very fast  :P

Offline AfterLife

  • The Reaper
  • Sr. Member
  • ***
  • Posts: 830
  • Gender: Male
  • I'm from the AfterLife...
    • View Profile
Re: How to Trigger J_Mascot Kick.
« Reply #9 on: June 02, 2015, 06:30:52 AM »
By the way, I plan on releasing my entire LUA folder since I don't care about Bully anymore.
please release your code
He edited it :v
Edit what? When I say something, I will do it. I don't see the point in hiding stuff anyway.
Sorry i thought u edit :v
:v
I like black person their cool, their jokes are funny as hell, they talks very fast  :P
Black people are good at rapping. H3y nigga, how yo' day? Imma get ma Lua folder up yo' ass.
I'm not good at these kind of stuff  :P

Offline AfterLife

  • The Reaper
  • Sr. Member
  • ***
  • Posts: 830
  • Gender: Male
  • I'm from the AfterLife...
    • View Profile
Re: How to Trigger J_Mascot Kick.
« Reply #10 on: June 03, 2015, 09:04:08 PM »
Thanks for posting this code.
I believe that many will not use for the "Not Another Selector" is famous  :laugh:
More, thanks all the same.
DeadPool never included the source for his mod. Posting codes are for people that still mod. Unlike me, I probably will quit   :(









Not Another Selector!  :o

Offline AfterLife

  • The Reaper
  • Sr. Member
  • ***
  • Posts: 830
  • Gender: Male
  • I'm from the AfterLife...
    • View Profile
Re: How to Trigger J_Mascot Kick.
« Reply #11 on: June 04, 2015, 06:54:33 PM »