xX|KeMo|Xx Posted September 1, 2012 Posted September 1, 2012 سلالالالالالالالالالالالالالالالالالالالالالالالالام عليكم GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Label = {} GUIEditor_Edit = {} GUIEditor_Window[1] = guiCreateWindow(249,161,317,284,"",false) GUIEditor_Edit[1] = guiCreateEdit(52,57,217,67,"",false,GUIEditor_Window[1]) GUIEditor_Button[1] = guiCreateButton(86,167,142,68,"تـــــــــــم",false,GUIEditor_Window[1]) GUIEditor_Label[1] = guiCreateLabel(119,36,80,16,"اسمك بالعربي",false,GUIEditor_Window[1]) guiLabelSetColor(GUIEditor_Label[1],255,255,0) guiLabelSetVerticalAlign(GUIEditor_Label[1],"top") guiLabelSetHorizontalAlign(GUIEditor_Label[1],"left",false) guiSetFont(GUIEditor_Label[1],"default-bold-small") ابي الاسم الي كتبه يجي فوق راسه FaceBook: Kamal Skype: kkk-ka MultiGames V.2 in Gta-Pro(1) (2)
abu5lf Posted September 1, 2012 Posted September 1, 2012 dxDrawText getScreenFromWorldPosition بس صعبة عليك ╔═╦╦╦╗╔╦═╦═╦═╦═╦╦╦╦╦╦╦═╦╦╦╦╗ ║║║║║╠╝║║╚╣║║║║║║║║║║║║║║║║║ ║║║║║╚╦╦═╦╦╦╦╣║║║║║║║║║║║║║║ ║║║║╠═╣╠╝╔══╝║║║║║╟╢║║║║║╟╢║ ╚╩══╩══╩═╩═══╩╩══╩╩═╩╩╩═╩╩═╝ «سبحانك اللهم وبحمدك أشهد أن لا إله إلا أنت أستغفرك وأتوب إليك» M7mdAl7arthy : لتواصل سكايب
3NAD Posted September 1, 2012 Posted September 1, 2012 ججرب ذآ addEventHandler("onClientGUIClick",root, function() if source == GUIEditor_Button[1] then local newTag = guiGetText(GUIEditor_Edit[1]) setPlayerNametagText ( source, newTag ) end end )
X-SHADOW Posted September 1, 2012 Posted September 1, 2012 آحتمال حقت عناد تزبط ~ My ingame nickname : Ops! -DeathMatch GameMode By Ops! : 5%
xX|KeMo|Xx Posted September 1, 2012 Author Posted September 1, 2012 شباب ابي الاسم حقه يكون موجود عادي ويجي الاسم الي حطه بالفراغ فوق راسه وشكرا FaceBook: Kamal Skype: kkk-ka MultiGames V.2 in Gta-Pro(1) (2)
Tete omar Posted September 1, 2012 Posted September 1, 2012 شباب ابي الاسم حقه يكون موجود عاديويجي الاسم الي حطه بالفراغ فوق راسه وشكرا ججرب ذآ addEventHandler("onClientGUIClick",root, function() if source == GUIEditor_Button[1] then local newTag = guiGetText(GUIEditor_Edit[1]) setPlayerNametagText ( source, newTag ) end end )
X-SHADOW Posted September 1, 2012 Posted September 1, 2012 اذا تبي الاسم فوق رأسه استخدم كمآ قال اخوي 3ɑsн8 ɑʟsнɾq بس صعبه عليك ق1 My ingame nickname : Ops! -DeathMatch GameMode By Ops! : 5%
3NAD Posted September 1, 2012 Posted September 1, 2012 اظظن تقصد كذآ addEventHandler("onClientGUIClick",root, function() if source == GUIEditor_Button[1] then local newTag = guiGetText(GUIEditor_Edit[1]) setPlayerNametagText ( source, ""..getPlayerName(source).." ( "..newTag.." )" ) end end ) وإذا ماضبط معكـ جرب طريقة عاشق الشرق ..
top sniper Posted September 2, 2012 Posted September 2, 2012 اظظن تقصد كذآ addEventHandler("onClientGUIClick",root, function() if source == GUIEditor_Button[1] then local newTag = guiGetText(GUIEditor_Edit[1]) setPlayerNametagText ( source, ""..getPlayerName(source).." ( "..newTag.." )" ) end end ) وإذا ماضبط معكـ جرب طريقة عاشق الشرق .. The source of this event is the GUI element that was clicked. addEventHandler("onClientGUIClick",root, function() if source == GUIEditor_Button[1] then local newTag = guiGetText(GUIEditor_Edit[1]) setPlayerNametagText ( getLocalPlayer ( ), ""..getPlayerName(getLocalPlayer ( )).." / "..newTag.." /" ) end end ) ================================================================== ~|منٌ رأيّتُموِۂ يّعتُدُيّ على عرض فُتُٱة مؤمنٌة فُٱسًحًقَوِوِوِوِوِوِوِة|~ ==================================================================
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