Professional Posted February 13, 2015 Share Posted February 13, 2015 السلام عليكم عندي لوحه توزيع فلوس سكربت شوفو صوره انا ابي وين مكتوب توزيع لحالها ابي بس احط على اسم شخص واضغط توزيع يطلعلي مربع بل فلوس لي ابي اعطيه اياه ولمربع الابيض الي تحته بس اعطيه الفلوس يطلع له ان عطيته وانا اكتب وابي كمان وين توزيع الى جميع سيرفر يوزع للكل اما ابي تحتيه المربع الابيض اكتب الكلمه انه تم توزيع او شيئ من هذا القبيل لان عم اعمل سكربت لصاحبي الكود --[[------------------------------------------------- Notes: > This code is using a relative image filepath. This will only work as long as the location it is from always exists, and the resource it is part of is running. To ensure it does not break, it is highly encouraged to move images into your local resource and reference them there. --]]------------------------------------------------- GUIEditor = { tab = {}, staticimage = {}, tabpanel = {}, edit = {}, button = {}, window = {}, checkbox = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(180, 122, 369, 298, "Scripting Money By #Nissan", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) GUIEditor.staticimage[1] = guiCreateStaticImage(9, 24, 350, 264, ":guieditor/images/examples/money.png", false, GUIEditor.window[1]) GUIEditor.tabpanel[1] = guiCreateTabPanel(254, 0, 96, 264, false, GUIEditor.staticimage[1]) GUIEditor.tab[1] = guiCreateTab("الموجودين", GUIEditor.tabpanel[1]) GUIEditor.button[1] = guiCreateButton(166, 5, 84, 35, "توزيع ", false, GUIEditor.staticimage[1]) GUIEditor.button[2] = guiCreateButton(7, 118, 125, 54, "توزيع الى جميع السيرفر", false, GUIEditor.staticimage[1]) GUIEditor.checkbox[1] = guiCreateCheckBox(7, 72, 52, 21, "", false, false, GUIEditor.button[2]) GUIEditor.edit[1] = guiCreateEdit(33, 188, 137, 24, "", false, GUIEditor.staticimage[1]) GUIEditor.edit[2] = guiCreateEdit(147, 40, 103, 29, "", false, GUIEditor.staticimage[1]) end ) يا ريت تعطوني الفنكشات ما اطلب منكم غير الفنكشات ما ابي لا كود جاهز ولا شيئ Link to comment
franku Posted February 13, 2015 Share Posted February 13, 2015 onClientGUIClick givePlayerMoney guiCreateWindow outputChatBox guiGetText getPlayerCount اعمل لوب عشان توزع لكل اللاعبين Link to comment
iMr.TZ[W]ER Posted February 13, 2015 Share Posted February 13, 2015 صديقي اللوحة غلط ما يصير تحط اسماء اللاعبين بتاب لازم تسوي جريد ليست وتسوي لوب لكل اللاعبين وتسوي جدول لهم Link to comment
franku Posted February 14, 2015 Share Posted February 14, 2015 والله ما انتبهت تزوير معه حق 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