Jump to content

setElementData


Recommended Posts

  
addEventHandler ( " onClientGUIClick ", root, function ( ), 
if source == mm then 
local WS2P = getElementData(getResourceRootElement(getThisResource()),"WS2P") or 0 
setElementData(getResourceRootElement(getThisResource()),"WS2P", tonumber(WS2P) + 20 ) 
end 
end) 
  

ليه م يعطي داتا ؟؟؟

فاصلة زائدة بجانب الفنكشن لو شفت الدي بق تفهم بس غبي

Link to comment
addEventHandler ( " onClientGUIClick ", root, function ( ) 
  
    if source == mm then 
  
    setElementData ( resourceRoot , "WS2P", ( getElementData ( resourceRoot , "WS2P" ) or 0 ) + 20 ) 
  
    end 
end 
    ) ; 

حبيبي كيف تحط فراغ ب اسم الافنت ^

مالاحظت صراحة لاني نسخت رده وعدلته

اعتذر .

Link to comment
addEventHandler ( " onClientGUIClick ", root, function ( ) 
  
    if source == mm then 
  
    setElementData ( resourceRoot , "WS2P", ( getElementData ( resourceRoot , "WS2P" ) or 0 ) + 20 ) 
  
    end 
end 
    ) ; 

حبيبي كيف تحط فراغ ب اسم الافنت ^

مالاحظت صراحة لاني نسخت رده وعدلته

اعتذر .

لول, تصدق انا بعد ما لاحظت الفراغ :lol:

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...