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 - Black Norton

Pages: [1] 2
1
Modding Questions/Help Archives / Open Locked Door??
« on: January 14, 2014, 07:32:59 AM »
i have a simply question
How to open the locked door thought LUA?

thanks. . .

2
Modding Questions/Help Archives / This Command not work??
« on: December 28, 2013, 01:49:08 AM »
Help
why this code not work

Code: [Select]
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) -- teleports the player to the sidewalk outside the boys dorm
  end
 
  F_Davis = function()
  Davis = PedCreateXYZ(99, 301.498993, -72.504997, 6.003000)
  DavisBlip = AddBlipForChar(Davis, 6, 2, 2)
  end
 
  F_Davis2 = function()
  if PlayerIsInTrigger(TRIGGER._TSCHOOL_FRONTGATE) then
  PedRecruitAlly(gplayer, Davis)
  end
  end
 
MissionCleanup = function()
collectgarbage()
end -- end statement

main = function()
F_Davis() -- Function Call
F_Davis2()
end

why davis didn't recruited??

3
Modding Questions/Help Archives / Strafe??
« on: December 26, 2013, 05:25:08 AM »
What is Strafing and how to do that?
thanks  :D

4
LUA Scripting Help / What Is this command??
« on: December 25, 2013, 01:02:32 AM »
-PlayerGetPos??
-PedGetPos??
-PedMoveToPoint??
-PedCreatePoint??
-PedIsInTrigger??
-PedFollowPath??
-collectgarbage??

i need an explanation and how to use the command
thanks  :D

5
Grand Theft Auto Mods / Create Mission In GTA San Andreas
« on: December 25, 2013, 12:54:57 AM »
If Bully can make own mission using LUA,how about GTA San Andreas??

6
Modding Questions/Help Archives / Help
« on: December 24, 2013, 10:16:46 AM »
How to make ped riot and remove all vehicle,townperson and cops??(Like Mission The Rumble)

thanks

7
Grand Theft Auto Mods / GTA Mod forum
« on: December 20, 2013, 09:06:38 AM »
Sorry if i ask in wrong section

what link for GTA Mod forum??
thanks

8
Modding Questions/Help Archives / LUA Command
« on: December 04, 2013, 05:19:33 AM »
now i want to try make mission in lua,so can everyone give me a command for :
-make symbol to get ped to the target (like X Symbol in map)
-Make ped to run to the target
-make health ped in top screen like BOSS Fight
-if mission end,back to the normal game

i think only this
thanks  :happy:

9
Modding Questions/Help Archives / FunHouse Fun
« on: November 19, 2013, 08:20:10 AM »
How to enter funhouse fun carnival in Freeroam  :)
Thanks. . .

10
Modding Questions/Help Archives / Bif BOSS Style
« on: November 12, 2013, 05:04:42 AM »
How to assign Bif With his BOSS Style in ide.img??

11
Modding Questions/Help Archives / Change Fighting Style In ide.img
« on: November 04, 2013, 08:07:27 AM »
How to change :
-Ted to his Boss style
-Bif to his Boss Style
-Norton to his Boss Style
-Edgar to his Boss Style

i need the tutorial
thanks  :)

12
Modding Questions/Help Archives / Edit A Mission
« on: October 31, 2013, 10:06:58 AM »
Hi. . .
I see a video from youtube "Bully mission complete mayhem" edited. . .
How to do that??

13
Modding Questions/Help Archives / Darby BOSS Style
« on: October 29, 2013, 09:14:28 AM »
Hi guys
why if i change darby fighting style to darby BOSS Style,darby is rarely atack his opponent.
and if darby was hit he stop to attack??
why??there are solution??

14
Modding Questions/Help Archives / All Darby BOSS Fighting style for jimmy
« on: October 24, 2013, 09:56:16 AM »
How to make jimmy fighting style like darby BOSS??
he must have :
Darby Running Attack
Darby Straight Punch
Darby 5 Combo
Darby Normal Attack

In LUA
thanks  :) ^-^

15
Modding Questions/Help Archives / BoxingPlayer Fighting Style
« on: June 23, 2013, 10:41:27 PM »
hi all
i change jimmy fighting style with boxingplayer.but jimmy cannot run,equip a weapon and exit the door.
how to fix the problem??

thanks

Pages: [1] 2