AchrefF Posted March 8, 2017 Posted March 8, 2017 (edited) شباب ممكن مساعده ممكن حد يبرمجلىى يبرمجلى الزرين هذه والايديت الى انا معلم عليهم فى الكود وكاتب عليهم الى مطلوب لانى حاولت وما عرفت شباب وشكرا GUIEditor = { window = {}, label = {}, edit = {} } GUIEditor.window[1] = guiCreateWindow(476, 345, 306, 441, "A-T-M", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 0.82) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF00FF0C") GUIEditor.edit[1] = guiCreateEdit(43, 51, 215, 31, "", false, GUIEditor.window[1])---دا هكتب فيه الفلوس الى هشيلو GUIEditor.edit[2] = guiCreateEdit(43, 124, 215, 31, "", false, GUIEditor.window[1])---ودا هيجى فى رقم الفلوس الى انا شايلو فى المصرف Hack = guiCreateButton(97, 347, 103, 59, "Hack", false, GUIEditor.window[1]) guiSetFont(Hack, "default-bold-small") guiSetProperty(Hack, "NormalTextColour", "FFFF0000") Close = guiCreateButton(220, 406, 76, 25, "Close", false, GUIEditor.window[1]) guiSetFont(Close, "default-bold-small") guiSetProperty(Close, "NormalTextColour", "FFFFFFFF") Withdraw = guiCreateButton(18, 193, 99, 38, "Withdraw", false, GUIEditor.window[1])-----زر سحب الفلوس guiSetFont(Withdraw, "default-bold-small") guiSetProperty(Withdraw, "NormalTextColour", "FFFFFFFF") Deposit = guiCreateButton(184, 193, 99, 38, "Deposit", false, GUIEditor.window[1])----زر ايداع الفلوس guiSetFont(Deposit, "default-bold-small") guiSetProperty(Deposit, "NormalTextColour", "FFFFFFFF") GUIEditor.label[1] = guiCreateLabel(51, 28, 161, 19, "your Banck blance", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "default-bold-small") GUIEditor.label[2] = guiCreateLabel(53, 107, 101, 13, "Amount-->", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[2], "default-bold-small") guiSetVisible (GUIEditor.window[1], false) Edited March 8, 2017 by AchrefF
AchrefF Posted March 8, 2017 Author Posted March 8, 2017 22 minutes ago, #BrosS said: م اشوفك حاولت حاولت ومسحت محاولاتى لانه كلها اخطاء
AHMED MOSTAFA Posted March 8, 2017 Posted March 8, 2017 (edited) 1 hour ago, AchrefF said: شباب ممكن مساعده ممكن حد يبرمجلىى يبرمجلى الزرين هذه والايديت الى انا معلم عليهم فى الكود وكاتب عليهم الى مطلوب لانى حاولت وما عرفت شباب وشكرا GUIEditor = { window = {}, label = {}, edit = {} } GUIEditor.window[1] = guiCreateWindow(476, 345, 306, 441, "A-T-M", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 0.82) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF00FF0C") GUIEditor.edit[1] = guiCreateEdit(43, 51, 215, 31, "", false, GUIEditor.window[1])---دا هكتب فيه الفلوس الى هشيلو GUIEditor.edit[2] = guiCreateEdit(43, 124, 215, 31, "", false, GUIEditor.window[1])---ودا هيجى فى رقم الفلوس الى انا شايلو فى المصرف Hack = guiCreateButton(97, 347, 103, 59, "Hack", false, GUIEditor.window[1]) guiSetFont(Hack, "default-bold-small") guiSetProperty(Hack, "NormalTextColour", "FFFF0000") Close = guiCreateButton(220, 406, 76, 25, "Close", false, GUIEditor.window[1]) guiSetFont(Close, "default-bold-small") guiSetProperty(Close, "NormalTextColour", "FFFFFFFF") Withdraw = guiCreateButton(18, 193, 99, 38, "Withdraw", false, GUIEditor.window[1])-----زر سحب الفلوس guiSetFont(Withdraw, "default-bold-small") guiSetProperty(Withdraw, "NormalTextColour", "FFFFFFFF") Deposit = guiCreateButton(184, 193, 99, 38, "Deposit", false, GUIEditor.window[1])----زر ايداع الفلوس guiSetFont(Deposit, "default-bold-small") guiSetProperty(Deposit, "NormalTextColour", "FFFFFFFF") GUIEditor.label[1] = guiCreateLabel(51, 28, 161, 19, "your Banck blance", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "default-bold-small") GUIEditor.label[2] = guiCreateLabel(53, 107, 101, 13, "Amount-->", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[2], "default-bold-small") guiSetVisible (GUIEditor.window[1], false) guiGetText -- Client -- use tonumber (guiGetText) "onClientGUIClick" -- Event -- Client triggerServerEvent -- Client triggerClientEvent -- server takePlayerMoney -- server or client givePlayerMoney -- server or client setAccountData -- server getAccountData -- server حاول واطرح محاولتك وبنساعدك Edited March 8, 2017 by Killer Project tonumber() 2
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