Jump to content

كود زر يعطي شخصيه


Recommended Posts

سلام عليكم 

اخباركم شباب  ولله انكم كفو من يومكم

ابي كود زر اضغط عليه في الوحه يعطيني شخصيه انا احدده لو سمحتو

ولله انكم ما تقصرو

Link to comment
local aTable_ = { 
  { aButton1 , 23 },
  { aButton2 , 0 },
  { aButton3 , 278 },
  { aButton4 , 299 }
}

addEventHandler ( 'onClientGUIClick' , root ,
  function ( )
    for _ , v in ipairs ( aTable ) do
      if ( source == v[1] ) then 
        setElementModel ( localPlayer , v[2] ) 
      end
    end
  end
)

غير مجرب ويمكن خطأ :D

Link to comment
17 hours ago, #_iMr.[E]coo said:

local aTable_ = { 
  { aButton1 , 23 },
  { aButton2 , 0 },
  { aButton3 , 278 },
  { aButton4 , 299 }
}

addEventHandler ( 'onClientGUIClick' , root ,
  function ( )
    for _ , v in ipairs ( aTable ) do
      if ( source == v[1] ) then 
        setElementModel ( localPlayer , v[2] ) 
      end
    end
  end
)

غير مجرب ويمكن خطأ :D

 

On ٢‏/٥‏/٢٠١٧ at 07:47, MR.NaiF-MTA said:

ما تحتاج سيرفر


"onClientGUIClick"
setElementModel

 

يحتاج سيرفر تغييره بالكلنت فقط اللاعب اللي بيشوف شخصيته تغيرت والباقي لا

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