Jump to content

كيف وضع اغنية في جيم مود


Recommended Posts

يعني لما الاعب يدخل سيرفر

اوكي

واغنية تشتغل لما تحميلة يخلص

بيجي لة لوحة تسجيل تمام

لما يسوي تسجيل

اغنية تروح ؟؟

انا ابية كذا

طيب وين اللوحه ؟

حط اللوحة عشان نسوي لك الباقي

وانت تشرب شاهي وتروح تكمل مواضيع ثانية

ياخي انا استغرب منك

فوق 4 مواضيع ولا تعلمت شي

والله العظيم ماراح تستفيد كذا صدقني مو كل ماجيت يساعدونك ..

حاول

Link to comment

الا يطفي الموسيقي بعد ماالاعب يخش اللعبه يعني يختار شخصية او يبدا اللعب

'onPlayerSpawn'

يقدر يسوي تايمر اذا يبي . . .

انتا عامل لوكل عشين هيك ما راح يطفي

ياخي روح جرب السكربت وش فيك شفرت اليوم

:x

Link to comment

هذا هو الوحة

wnd = guiCreateWindow(0,-268,389,268," \ Login Register Panel",false) 
guiSetProperty(wnd,"CaptionColour","ff0069c7") 
english = guiCreateButton(0.0231,0.0784,0.0566,0.1082,"En",true,wnd) 
guiSetFont(english,"default-bold-small") 
arabic = guiCreateButton(0.0848,0.0784,0.0566,0.1082,"Ar",true,wnd) 
guiSetFont(arabic,"default-bold-small") 
user_l = guiCreateLabel(0.0206,0.1903,0.9614,0.0784,"Username",true,wnd) 
guiLabelSetColor(user_l,0,255,0) 
guiLabelSetHorizontalAlign(user_l,"center",false) 
guiSetFont(user_l,"default-bold-small") 
user = guiCreateEdit(0.0231,0.2724,0.9537,0.1306,"",true,wnd) 
pass_l = guiCreateLabel(0.0206,0.4216,0.9614,0.0784,"Password",true,wnd) 
guiLabelSetColor(pass_l,255,255,0) 
guiLabelSetHorizontalAlign(pass_l,"center",false) 
guiSetFont(pass_l,"default-bold-small") 
pass = guiCreateEdit(0.0231,0.5187,0.9537,0.1306,"",true,wnd) 
guiEditSetMasked(pass,true) 
remember = guiCreateCheckBox(0.0231,0.6642,0.3728,0.0746,"Remember Me !!",false,true,wnd) 
guiSetFont(remember,"default-bold-small") 
reg = guiCreateButton(0.5244,0.7724,0.3239,0.153,"Register",true,wnd) 
guiSetFont(reg,"default-bold-small") 
login = guiCreateButton(0.144,0.7724,0.3239,0.153,"Login",true,wnd) 
guiSetFont(login,"default-bold-small") 
ex = guiCreateButton(0.9177,0.0784,0.0566,0.1082,"X",true,wnd) 
guiSetFont(ex,"default-bold-small") 

Link to comment
هذا هو الوحة
wnd = guiCreateWindow(0,-268,389,268," \ Login Register Panel",false) 
guiSetProperty(wnd,"CaptionColour","ff0069c7") 
english = guiCreateButton(0.0231,0.0784,0.0566,0.1082,"En",true,wnd) 
guiSetFont(english,"default-bold-small") 
arabic = guiCreateButton(0.0848,0.0784,0.0566,0.1082,"Ar",true,wnd) 
guiSetFont(arabic,"default-bold-small") 
user_l = guiCreateLabel(0.0206,0.1903,0.9614,0.0784,"Username",true,wnd) 
guiLabelSetColor(user_l,0,255,0) 
guiLabelSetHorizontalAlign(user_l,"center",false) 
guiSetFont(user_l,"default-bold-small") 
user = guiCreateEdit(0.0231,0.2724,0.9537,0.1306,"",true,wnd) 
pass_l = guiCreateLabel(0.0206,0.4216,0.9614,0.0784,"Password",true,wnd) 
guiLabelSetColor(pass_l,255,255,0) 
guiLabelSetHorizontalAlign(pass_l,"center",false) 
guiSetFont(pass_l,"default-bold-small") 
pass = guiCreateEdit(0.0231,0.5187,0.9537,0.1306,"",true,wnd) 
guiEditSetMasked(pass,true) 
remember = guiCreateCheckBox(0.0231,0.6642,0.3728,0.0746,"Remember Me !!",false,true,wnd) 
guiSetFont(remember,"default-bold-small") 
reg = guiCreateButton(0.5244,0.7724,0.3239,0.153,"Register",true,wnd) 
guiSetFont(reg,"default-bold-small") 
login = guiCreateButton(0.144,0.7724,0.3239,0.153,"Login",true,wnd) 
guiSetFont(login,"default-bold-small") 
ex = guiCreateButton(0.9177,0.0784,0.0566,0.1082,"X",true,wnd) 
guiSetFont(ex,"default-bold-small") 

وين اكواد الضغط على الازرار؟

Link to comment

clinet side -

  
addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), function() 
  
    setTimer(function() 
        playSound("joinsound.mp3") 
    end, 2000, 1) 
end 
) 

Meta side -

  

        "Your Name" version="1.0" type="Script" description="JoinSound"/> 
        "joinsound.mp3" /> 
    

غير أسم joinsound

Note: لزم يكون الصيغة Mp3

^_^

Edited by Guest
Link to comment
clinet side -
  
addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), function() 
  
    setTimer(function() 
        playSound("joinsound.mp3") 
    end, 2000, 1) 
end 
) 

Meta side -

  

        "Your Name" version="1.0" type="Script" description="JoinSound"/> 
        "joinsound.mp3" /> 
    

غير أسم joinsound

Note: لزم يكون الصيغة Mp3

^_^

مثل ما قال بالضبط

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...