Bully-Board
Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: DarbyHarringtonMind on July 07, 2013, 11:58:53 AM
-
Hey,guys ...
i have questions....
can jimmy become greaser????
i mean like, jimmy entry the greaser gangs...
can mod via lua???
thankss :D :D
-
You can try the PedSetFaction command.
I dont know if it works, or how it works tho.
You can also set Jimmy's respect with this command : SetFactionRespect
-
You can try the PedSetFaction command.
I dont know if it works, or how it works tho.
You can also set Jimmy's respect with this command : SetFactionRespect
ok..
i try this ...
thanks..
-
You can try the PedSetFaction command.
I dont know if it works, or how it works tho.
You can also set Jimmy's respect with this command : SetFactionRespect
im sorry.....
not work...sir...... :( :(
-
I think it does work, u need to know how to use it, write me the script u did.
-
I think it does work, u need to know how to use it, write me the script u did.
ouuu...
it makes my bully crash sir//..
-
Guys...????
-
Write me the script u did, maybe I can fix it, I think I know how to make it work.
-
i dont no how.....
becoz was not my computer.....
my lua script in my brother pc..... ;) ;)
-
(PLIZZZ) guys...... :jajaja: :jajaja:
-
Dont beg, people wont help u if u beg :P
Be petient,
-
ok................
-
That's right.
Also don't double post.
-
Enough.....................
With..................
The....................................
DOTS!..................................................................
-
sorry about dots..
but answer my questions..
i really really need that mod...
cmon guys...
help me... :D :D :D
-
Hmmm...
I...
Guess...
I...
Could...
Help...
But...
I...
Don't...
Know...
How...
To...
Do...
That.........................................................
In lua.........................................................
lol just joking with you XD
-
PedSetFaction
thats the command u need man.
-
But you cant open doors and nothing, When you do that command
.............
-
But you cant open doors and nothing, When you do that command
.............
You can pull the fire alarm and run out as people leave the building. Lol.
-
Hmmm...
I...
Guess...
I...
Could...
Help...
But...
I...
Don't...
Know...
How...
To...
Do...
That.........................................................
In lua.........................................................
lol just joking with you XD
:laugh: :laugh: :laugh:
-
PedSetFaction
thats the command u need man.
ok
i try this in my pc.... :D
-
Guys ...
you mean like this????
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(50000) -- gives the player 50000 health
AreaTransitionXYZ(0,l_1_0,l_1_1,l_1_2)
PedSetFaction(13,4,4)
SetFactionRespect(gPlayer,4)
end
MissionCleanup = function()
end -- end statement
main = function() -- Main mission function
DisablePunishmentSystem(true)
repeat
Wait(0)
until l_0_0 ~= false
Wait(3000)
MissionSucceed()
end
Help me guys... :D :D
-
Guys answer ..
i really need that for my mod..... :D :D
-
PedSetFaction(gPlayer, 4)
-
PedSetFaction(13,4,4)
SetFactionRespect(gPlayer,4)
changed
PedSetFaction(gPlayer,4)
SetFactionRespect(13,4,4)
-
ouuu.....
okk
thankss guys... :D :D
-
PedSetFaction is kinda glitchy (So I've heard)
-
YEAH,..
but why greaser not defend me??...
and i cant talk ... , i cant open door,..
hey help me guys ... how greaser defend me, and i can talk,i can open door...??
can mod via lua?
HELP ME :D :D :D :D
-
Enough dots and begging!
Holy Shit!!!
-
sorry dude ,i like "dots"..
ok ,im not beg,but can you answer the questions ( how greaser defend me, and i can talk,i can open door...??
can mod via lua?)
answer that.
-
Sorry, it just drives me crazy with all of the dots.
-
Make greaser defend you :
PedRecruitAlly(gplayer, PEDID)
dont change gPlayer.
Anyway here you go.
About opening doors and stuff, the set faction command is bugged, so I think thats the problem.
Just spawn yourself OUTSIDE of the boys dorm.
-
ahhh
ok thanks sir..
-
make pressing left set you to player faction and pressing right switch to other faction. then you can be what you need for each door. kinda like a faction selector.
-
make pressing left set you to player faction and pressing right switch to other faction. then you can be what you need for each door. kinda like a faction selector.
thats good idea!!....
thanks bro..