~Mr.Hassan Posted May 23, 2015 Share Posted May 23, 2015 السلام عليكم ممكن تشرحولي كيف اربط الكود بتيكست مثال انا بحط اي دي السلاح الي ابيه بتيسكت ابيه بس يضغط على البوتون يعطيه السلام الي حطيت رقمه بس ابي اعرف كيف اربطه بتيكست Link to comment
' A F . Posted May 23, 2015 Share Posted May 23, 2015 Client edit = guiCreateEdit(.........) button = guiCreateButton(.............) addEventHandler("onClientGUIClick",resourceRoot, function ( ) if ( source == button ) then triggerServerEvent("Give",localPlayer,guiGetText(edit)) end end) Server addEvent("Give",true) addEventHandler("Give",root, function (wep) if ( tonumber(wep) ) then giveWeapon(client,wep,1000) else outputChatBox("* Please Write Number Only .. ",source,255,0,0,true) end end) جربه edit : You Hassan Meke ? Link to comment
~Mr.Hassan Posted May 23, 2015 Author Share Posted May 23, 2015 Who is he Hassan Meke? Link to comment
' A F . Posted May 23, 2015 Share Posted May 23, 2015 You http://www.gta-arabs.com/gt/showthread.php?t=119209 Link to comment
~Mr.Hassan Posted May 23, 2015 Author Share Posted May 23, 2015 No No My friend He wants this done to him Mod Link to comment
' A F . Posted May 23, 2015 Share Posted May 23, 2015 آههآ المهم وش سالفة الكود نفس الي انت تبيه ؟ Link to comment
</Mr.Tn6eL> Posted May 23, 2015 Share Posted May 23, 2015 No No My friend He wants this done to him Mod Arabic / العربية عربي اخوي لا صديقي يريد فعل ذلك له وزارة الدفاع ترجمة من GOOGLE بعدين ترا هذا القسم عربي مو انجليزي Link to comment
i S6O Posted May 24, 2015 Share Posted May 24, 2015 English بروفيسور / لاتتحدث انجليزي إذا ارت ذلك إذهب الى Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now