Jump to content

Wormen

Members
  • Posts

    78
  • Joined

  • Last visited

1 Follower

Details

  • Gang
    Lol
  • Location
    EGYPT
  • Occupation
    Lola
  • Interests
    Lowla

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Wormen's Achievements

Transformer

Transformer (11/54)

2

Reputation

  1. بسبب أنك حاطة في كلنت و onColShapeLeave تستعمل سيرفر فقط .
  2. اللي حط الوقت في edit
  3. هل ذا فيه أخطاء addEvent("send",true) addEventHandler("send",getRootElement(), function () local x,y,z = getElementPosition ( source ) createExplosion ( x,y,z,0 ) createExplosion ( x,y,z,0 ) end) لن أنا بحط رقم ما يصير شييء في الدي بق ولا يحصل أنفجار حتي
  4. WARNING: bomb/client:4: Bad usage @ 'setTimer' [Interval is below 50] نفس المشكلة
  5. ي أخي أقولك يجيب التايمر من edit -_-
  6. ما يشتغل يقولي في الدي بق WARNING: bomb/client:4: Bad usage @ 'setTimer' [Interval is below 50] addEventHandler("onClientGUIClick", getRootElement(), function() if ( source == GUIEditor.button[1] ) then setTimer(triggerServerEvent, tonumber(guiGetText(GUIEditor.edit[1])), 1, "send", localPlayer) elseif ( source == GUIEditor.button[2] ) then guiSetVisible(GUIEditor.window[1],false) showCursor(false) end end )
  7. @MR.Mosa @[email protected]@MR.GRAND@Kinan@KinanSafwan
  8. سويت مود مثل التايمر سويت لوحة , و سويت Edit و حطيط يحط عدد الوقت في Edit و يجيب العدد من guiGetText الخطاء في التايمر ممكن تصحوحة و أذا غلط تقدرو تقلولي وش أسوي أو تصححو الكود : GUIEditor = { label = {}, window = {}, edit = {}, staticimage = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.staticimage[1] = guiCreateStaticImage(0.22, -0.02, 0.55, 0.99, "images/news.png", true) guiSetVisible(GUIEditor.staticimage[1],false) GUIEditor.staticimage[2] = guiCreateStaticImage(0.17, 0.03, 0.67, 0.97, "images/hand.png", false, GUIEditor.staticimage[1]) GUIEditor.edit[1] = guiCreateEdit(46, 36, 308, 22, "", false, GUIEditor.window[1]) end ) addEventHandler("onClientGUIClick",getRootElement(), function ( ) if ( source == GUIEditor.staticimage[2] ) then local text = guiGetText(GUIEditor.edit[1]) setTimer(tr,"..text..",1, " Hello World") end end) function tr () triggerServerEvent("send",getRootElement()) end
  9. شباب سويت لوحة و فيها جريد لست و فيها Row سويت أذا مختار رو محدد ,و ضغط ع زر Buy يساوي تريقر GUIEditor = { gridlist = {}, window = {}, button = {} } addEventHandler("onClientResourceStart", resourceRoot, function() local screenW, screenH = guiGetScreenSize() GUIEditor.window[1] = guiCreateWindow((screenW - 359) / 2, (screenH - 314) / 2, 359, 314, "", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetVisible(GUIEditor.window[1],false) GUIEditor.gridlist[1] = guiCreateGridList(9, 25, 208, 279, false, GUIEditor.window[1]) guiGridListAddColumn(GUIEditor.gridlist[1], "Name", 0.9) for i = 1, 3 do guiGridListAddRow(GUIEditor.gridlist[1]) end local ls = guiGridListSetItemText(GUIEditor.gridlist[1], 0, 1, "Travel ticket", false, false) local lv = guiGridListSetItemText(GUIEditor.gridlist[1], 1, 1, "Travel ticket", false, false) local sf = guiGridListSetItemText(GUIEditor.gridlist[1], 2, 1, "Travel ticket", false, false) GUIEditor.button[1] = guiCreateButton(221, 39, 126, 23, "Buy", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF30FE00") GUIEditor.button[2] = guiCreateButton(221, 72, 126, 23, "Close .", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[2], "default-bold-small") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFFD0000") end ) addEventHandler("onClientGUIClick",getRootElement(), function () if ( source == GUIEditor.button[2] ) then guiSetVisible(GUIEditor.window[1],false) showCursor(false) elseif ( source == GUIEditor.button[1] ) then local r = guiGridListGetSelectedItem(ls) if (r) then guiSetVisible(GUIEditor.window[1],false) showCursor(false) triggerServerEvent(send",getRootElement()) end end end)
  10. أبي كود مثلا مساوي لوحة و فيها جريد لست و مساوي فيها Row بدي أذا أختار Row و ضغط علي علي Button يقفل لوحة و ياريت مثال
  11. لا أقدر مودات الدايز قافلين F11 كيف يعني !
  12. سلام عليكم , سويت أذا ضغط علي F11 ما يظهر الماب و مشتغلش و مفيش حاجه ف debugscript 3 addEventHandler("onClientResourceStart",getRootElement(), function ( ) bindKey ( "F11", "down", cancel ) end) function cancel() cancelEvent() end -- الكود كلنت فقط
  13. طيب ممكن مساعدة في dbConnect + dbExec و sql كلو لن ما بفهمة انما الباقي افهمة ..
×
×
  • Create New...