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 - sjg6466

Pages: [1]
1
I would like to increase the number of the population.

2
Hello?.. The difference is not a. .. Triggers.img, population growth in the number of what? I need to modify the file? Thank You :)

3
I have succeeded in making the bodyguard mode!So Russell, boss bodyguard, but I'd like to see made ​​out n Russell noticed ..What do I need to modify?

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(400) -- 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
  local l_0_3 = 75
  local l_1_4, l_1_5, l_1_6 = PedGetPosXYZ(gPlayer) -- gets coordinates of the player on the map
  l_0_3 = PedCreateXYZ(75, l_1_4 + 1, l_1_5 + 1, l_1_6) -- create a ped (Russell) and spawn them near the player
  PedRecruitAlly(gPlayer, l_0_3, true) -- recruits the spawned ped as a bodyguard (local l_0_3 is assigned to model id 75 which is Russell)
end
 
MissionCleanup = function() -- mission cleanup function
end -- end statement
 
main = function() -- Main mission function
  repeat -- This makes the script run until the bodyguard is dismissed, attacked by the player or the player is busted
    Wait(0) -- wait 0 seconds
  until l_0_0 ~= false
  Wait(3000) -- wait 3 seconds
  MissionSucceed() -- ends mission
end


What should I do : (

4
Modding Questions/Help Archives / How to replace Johnny lua Lola
« on: February 12, 2013, 08:55:14 PM »
Johnny To replace the Lola, what do I need to modify ..?25 to 23, but is changing the and continue to come, please let me know .. noticed Lola: (







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
  local l_0_5 = 217 -- Johnny (1)
  local l_1_4, l_1_5, l_1_6 = PedGetPosXYZ(gPlayer) -- gets coordinates of the player on the map
  local l_0_5 = PedCreateXYZ(l_1_3, l_1_4 + 1, l_1_5 + 1, l_1_6) -- create a ped (Johnny) and spawn them near the player
  PedRecruitAlly(gPlayer, l_0_5, true) -- recruits the spawned ped as a bodyguard (local l_0_5 is assigned to model id 23 which is Johnny)
  PedMakeAmbient(l_0_5) -- makes the spawned ped ambient
end
 
MissionCleanup = function() -- mission cleanup function
end -- end statement
 
main = function() -- Main mission function
  repeat -- This makes the script run until the bodyguard is dismissed, attacked by the player or the player is busted
    Wait(0) -- wait 0 seconds
  until l_0_0 ~= false
  Wait(3000) -- wait 3 seconds
  MissionSucceed() -- ends mission
end

5
Modding Questions/Help Archives / Lua with the bodyguard questions.
« on: February 12, 2013, 06:40:18 AM »
Hello? :) I called to enjoy the South Koreans. I started Modding I've heard lately ... And the bodyguard'd like to hire Johnny in. .. I am not sure what the fix in script. .. I know the code.ImportScript("\\Library\\LibTable.lua") -- imports the LibTable libraryImportScript("\\Library\\LibPed.lua") -- imports the LibPed librarylocal l_0_0 = falseMissionSetup = function() -- basic mission setup function which is used in almost all bully scriptslocal l_1_0 = 270 -- X coordslocal l_1_1 = -110 -- Y coordslocal l_1_2 = 6.4000000953674 -- Z coordsPlayerSetHealth(200) -- gives the player 200 healthAreaTransitionXYZ(0, l_1_0, l_1_1, l_1_2) -- teleports the player to the sidewalk outside the boys dormlocal l_1_3 = 25 -- Lola (this is her model id number)local l_1_4, l_1_5, l_1_6 = PedGetPosXYZ(gPlayer) -- gets coordinates of the player on the maplocal l_1_7 = PedCreateXYZ(l_1_3, l_1_4 + 1, l_1_5 + 1, l_1_6) -- create a ped (Lola) and spawn them near the playerPedRecruitAlly(gPlayer, l_1_7, true) -- recruits the spawned ped as a bodyguard (local l_1_7 is assigned to model id 25 which is Lola)PedMakeAmbient(l_1_7) -- makes the spawned ped ambientendMissionCleanup = function() -- mission cleanup functionend -- end statementmain = function() -- Main mission functionrepeat -- This makes the script run until the bodyguard is dismissed, attacked by the player or the player is bustedWait(0) -- wait 0 secondsuntil l_0_0 ~= falseWait(3000) -- wait 3 secondsMissionSucceed() -- ends missionendThis is to make sure you know it is only a. .. I don't know where to put ...Let grateful lol

6
Modding Questions/Help Archives / Please please help me. ..
« on: February 06, 2013, 08:46:49 AM »
Oh. .. I am not a difference. .. Try to fix the skin the skin after you save it in the file format of the nft he changed to the nif file format change to not pay back. What should I do?

7
Modding Questions/Help Archives / The attack in motion Making ..
« on: February 06, 2013, 03:04:27 AM »
Hello? Bully for beginners. I would like to see made to the motion attack .. Can you send me the how ? Let me know if I have my love as compensation .. < Sorry

Pages: [1]