[DJ]Servers
Would you like to react to this message? Create an account in a few clicks or log in to continue.

OK ok just look

Go down

OK ok just look Empty OK ok just look

Post  Alex Fri Jan 20, 2012 6:59 pm

So! i have an idea for server.

I want the music on server. Why? Because i like Very Happy
So just write for a current script this: (if good idea)

addhook("say", "wwemusic")
function wwemusic(id, txt)
if(txt=="!music") then
menu(id,"WWE musics,Party Rock,Sexy And I Know it,Krazy,RaceMUSIC")
return 1
end
end


and thereafter press 2 spacebutton and write:

addhook("menu","wwesnd")
function wwesnd(id,title,button)
if title == "WWE musics" then
if button == 1 then
parse("sv_sound2 "..id.." \"fun/Party rock.ogg\"")
msg2(id,"You listening to music the Party Rock!")
elseif button == 2 then
parse("sv_sound2 "..id.." \"fun/sexy and i know it.ogg\"")

msg2(id,"You listening to music the Sexy and i know it!")
elseif button == 3 then
parse("sv_sound2 "..id.." \"fun/krazy.ogg\"")
msg2(id,"You listening to music the Krazy!")
elseif button == 4 then
parse("sv_sound2 "..id.." \"fun/racemusic.ogg\"")
msg2(id,"You listening to music the RACEMUSIC(by mat5b)!")
end
end
end


The music if want im send to man.
Alex
Alex

Posts : 42
Join date : 2011-11-27
Age : 25
Location : Hungary

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum