Jump to content

# تمت الافادة # طلب فنكشات


Recommended Posts

هلا شباب

ابي طلب منكم

ابي اكواد او فنكشات

# مود الشات الخاص

ابي اذا كتب في

edit

ويضغط ارسال

تظهر في ال ميمو

ومعاه الاسم

ابي فنكشات او اكواد لاهنتم

GUIEditor.memo[1] = guiCreateMemo(9, 25, 463, 335, "", false, GUIEditor.window[2]) 
guiMemoSetReadOnly(GUIEditor.memo[1], true)   
GUIEditor.edit[1] = guiCreateEdit(11, 375, 363, 33, "", false, GUIEditor.window[2])   
GUIEditor.button[2] = guiCreateButton(378, 374, 90, 30, "Send | إرسال", false, GUIEditor.window[2]) 

Edited by Guest
Link to comment

سويته لكن ليه مااشتغل

addCommandHandler("PlayerName", 
  function() 
   local localPlayerName = getPlayerName(getLocalPlayer()) 
   outputChatBox(localPlayerName) 
  end 
) 
  
function Chat () 
    if(source == GUIEditor.button[1]) then 
    local Chat = guiGetText ( GUIEditor.edit[1] ) 
        guiSetText ( localPlayerName, GUIEditor.memo[1] ) 
addEventHandler("onClientGUIClick", Chat) 

Link to comment
-- Client Side # 
local edit_ = {} 
  
local edit = guiCreateEdit(200,200,100,100,'',false) 
local memo = guiCreateMemo(500,200,200,350,'',false) 
  
showCursor(true) 
  
bindKey('enter','down',function() 
    table.insert(edit_, guiGetText(edit)) 
        if #guiGetText(memo) == 1 then 
                guiSetText(memo,table.concat(edit_,' ')) 
        else 
                guiSetText(memo,table.concat(edit_,'\n')) 
        end 
    end 
) 
Link to comment

هلا

كود اللوحة اللوحة شغالة #

local edit_ = {} 
  
local wnd = guiCreateWindow(3, 40, 500, 429, " anel", false)  
        guiWindowSetSizable(wnd, false) 
        guiSetAlpha(wnd, 1.00) 
        guiSetProperty(wnd, "CaptionColour", "FF0CFF00") 
        guiSetVisible(wnd, true)     
local edit = guiCreateEdit(6,200,363,33,'', false, wnd) 
local memo = guiCreateMemo(5,25,200,335,'', false, wnd) 
        guiMemoSetReadOnly(memo, true)   
local button1 = guiCreateButton(378,374,90,30, "Send", false, wnd) 
        guiSetFont(button1, "default-bold-small") 
        guiSetProperty(button1, "NormalTextColour", "FF5FFE00")  
local button2 = guiCreateButton(200,0,30,25, "X", false, wnd) 
        guiSetProperty(button2, "NormalTextColour", "FFFD0000")  
local img1 = guiCreateStaticImage(477,21,181,190, "ig/sp.png", false, wnd) 
local img2 = guiCreateStaticImage(478,218,207,111, "ig/Sp.png", false, wnd)  
  
  
showCursor( false ) 
  
bindKey('enter','down',function() 
    table.insert(edit_, guiGetText(edit)) 
        if #guiGetText(memo) == 1 then 
                guiSetText(memo,table.concat(edit_,' ')) 
        else 
                guiSetText(memo,table.concat(edit_,'\n')) 
        end 
    end 
) 

كود فتح اللوحة من الماركر لاكن لما اروح للماركر مايفتح اللوحة

marker =  createMarker ( 1521.3, -10600.9, 1630.5, "cylinder", 1, 255, 255, 255, 0 ) 
  
addEventHandler( "onClientMarkerHit", marker, function ( element ) 
   if element == getLocalPlayer ( ) then 
         if ( guiGetVisible ( wnd ) == false ) then 
              guiSetVisible( wnd, true ) 
              showCursor( true ) 
                     end 
             end 
    end 
) 

Edited by Guest
Link to comment

جربت حطيته في الكلنت مااشتغل

حطيته في السيرفر مااشتغل

اللوحة لما اسويلها اظهار تظهر بس لما اروح للماركر مايفتح اللوحة

marker =  createMarker ( 1519.3, -1090.8, 180.5, "cylinder", 1, 255, 255, 255, 0 ) 
  
addEventHandler( "onClientMarkerHit", marker, function ( element ) 
   if element == getLocalPlayer ( ) then 
         if ( guiGetVisible ( wnd ) == false ) then 
              guiSetVisible( wnd, true ) 
              showCursor( true ) 
                     end 
             end 
    end 
) 

Link to comment
جربت حطيته في الكلنت مااشتغل

حطيته في السيرفر مااشتغل

اللوحة لما اسويلها اظهار تظهر بس لما اروح للماركر مايفتح اللوحة

marker =  createMarker ( 1519.3, -1090.8, 180.5, "cylinder", 1, 255, 255, 255, 0 ) 
  
addEventHandler( "onClientMarkerHit", marker, function ( element ) 
   if element == getLocalPlayer ( ) then 
         if ( guiGetVisible ( wnd ) == false ) then 
              guiSetVisible( wnd, true ) 
              showCursor( true ) 
                     end 
             end 
    end 
) 

marker =  createMarker ( 1519.3, -1090.8, 180.5, "cylinder", 1, 255, 255, 255, 0 ) 
  
addEventHandler( "onClientMarkerHit", marker,  
function ( element ) 
       if ( element == localPlayer ) then 
              guiSetVisible( wnd, true ) 
              showCursor( true ) 
       end 
end 
) 

[

Link to comment

جربت احطه في السيرفر مااشتغل ولا طلع الايرورر في الديبوق

حطيته في الكلنت

طلع الايرور ذا ي الديبوق

زاحف انا جبت لوحة ثانية مافيها لوكل

اشتغلت ###

Edited by Guest
Link to comment
جرب شيل اللوكال من اتشاء اللوحة .

تم اشتغل

لاكن ابيه يرسل الرسالة بزر موجود في اللوحة مب من الكيبورد

bindKey('F2','down',function() 
    table.insert(edit_, guiGetText(edit)) 
        if #guiGetText(memo) == 1 then 
                guiSetText(memo,table.concat(edit_,' ')) 
        else 
                guiSetText(memo,table.concat(edit_,'\n')) 
        end 
    end 
) 

event

onClientGUIClick 

Link to comment

؟؟ كذا #

addEventHandler ( "onClientGUIClick", getRootElement() , 
function () 
if source == button1 then 
    table.insert(edit_, guiGetText(edit)) 
        if #guiGetText(memo) == 1 then 
                guiSetText(memo,table.concat(edit_,' ')) 
        else 
                guiSetText(memo,table.concat(edit_,'\n')) 
        end 
    end 
) 

Link to comment

addEventHandler ( "onClientGUIClick", resourceRoot, function (    ) 
   if ( source == button1 ) then 
        table.insert(edit_, guiGetText(edit)) 
        if #guiGetText(memo) == 1 then 
            guiSetText(memo,table.concat(edit_,' ')) 
     else 
            guiSetText(memo,table.concat(edit_,'\n')) 
       end 
   end 
end ) 
Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...