.:`=-~rANdOm~`-=:.
Tech Lounge => General => Topic started by: zippo on November 27, 2009, 07:39:50 PM
-
So i just found this combine sound menu, for roleplaying. but it only works on TnB, if annyone knows how to recode this, so you can use it in cider... Il give them admin and donator for free, on my server...
link: http://www.garrysmod.org/downloads/?a=view&id=82466 (http://www.garrysmod.org/downloads/?a=view&id=82466)
// Zippo
-
What makes it only work in TnB?
-
Well its rly simple :/
The code you give here its only client o:
that script just make the player Run a console command that send integer info to the server.
gets the player who call the command and play like.
With this u can get that sounds working but you need to make your own Sound table. ;)
Server side:
--Just Small Example
local sndIndex = { "SoundPath1", "SoundPath2", "SoundPath3" }
function PlayShizOnPlayer(p,c,a)
if a[1] then
if a[1] > 0 && a[1] <= 3 then
p:EmitSound(sndIndex[tonumber(a[1])], 70, 100)
else
p:PrintMessage( HUD_PRINTTALK, "You Have Written an Incorrect Sound Please try another" )
end
else
p:PrintMessage( HUD_PRINTTALK, "You Didnt Give Arguments Sorry, Try Again" )
end
end
concommand.Add("rp_playline", PlayShizOnPlayer)
-- Sound Path means the Path of the local sound You want to play, this Table will have 3 index values 1,2,3
btw i dunno wut u mean with TnB? o.o
-
taco and banana script.
it's a private rp script held by tnb servers.
-
Well i can say i have no words for that derma panel code xD.
Haf funz =D
-
you sure its client only? line in the "Taco'n'banana" servers, i can hear the combine use voice commands like "Move along" etc.
-
Yes... Lua need clientside to server side interaction, well depends how you use lua, at least this gaiz made a derma so they need to send client commands through it.
You will be able to recreate that with Mah Server Side Lua shiz.
if you try to use without any server script, this going to send u go eat shiz so :/.
-
OMg... Ruben is ALIVE!
-
LoLWut o,o :C ya i R
-
noda he r dead
-
Ruben, why are you making a table every time the command gets used? Its just adding more to what needs to be collected when its out of scope.
I reckon I've got OCD with tabbing too. Your tabbing makes me want to fix it...
-
lol my mistake, just need to take out the table out the function. I'm agree with that.
Anyway do w/e you want, every people work in their own way so... idk.
if you don't like it I'm sooooooooooooo sorry :). Luck with OCD xD.
-
I kan c u luben.. xD
-
Look at my fail lua !!
function Fail(F)
if a[1] then Fail
if a[1] > 0 && a[1] <= 3 then
p:EmitSound(Fail, 70, 100)
else
p:FailMessage( HUD_PRINTTALK, "You Have Written an Incorrect Sound Please try another" )
end
else fail
p:PrintMessage( HUD_PRINTTALK, "Fail" )
end
end
fail
concommand.Add("rp_playfail", Fail)