Jump to content

تعديل من المبرمجين المحترفين فقط


Adham

Recommended Posts

  
addEventHandler('onClientGUIClick',root, 
function () 
if source == CheckBox and guiCheckBoxGetSelected(CheckBox) == true then 
local PlrName = getPlayerName(source) 
triggerServerEvent('allPlayers',localPlayer,PlrName) 
elseif source == CheckBox and guiCheckBoxGetSelected(CheckBox) == false then 
triggerServerEvent('allPlayers1',localPlayer) 
end 
end 
) 
  
addEvent('Suppport',true) 
addEventHandler('Suppport',root, 
function ( PlrName ) 
local Roww = guiGridListAddRow(SupportList) 
guiGridListSetItemText(SupportList,Roww,1," "..PlrName.." ",false,false) 
end 
) 
  
addEvent('Suppport2',true) 
addEventHandler('Suppport2',root, 
function (  ) 
guiGridListRemoveRow(SupportList,Roww) 
end 
) 
  

  
  
  
addEvent('allPlayers',true) 
addEventHandler('allPlayers',root, 
function ( PlrName ) 
for i, v in ipairs ( getElementsByType( 'player' ) ) do 
triggerClientEvent(v,'Suppport',v,PlrName) 
end 
end 
) 
  
addEvent('allPlayers1',true) 
addEventHandler('allPlayers1',root, 
function (  ) 
for i, v in ipairs ( getElementsByType( 'player' ) ) do 
triggerClientEvent(v,'Suppport2',v) 
end 
end 
) 
  
  

Link to comment
يمكن تساعدني انت :redhotevil:

طيب وبعد مااساعدك تجي تطلب واساعدك وتفضل على كذا

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

ومساعدتي لك راح تكون اكواد فقط مراح اعطيك جاهز واذاغيري يبي يعطيك جاهز بكيفه

Link to comment

طيب انا عاوز الكود ذا

addEventHandler('onClientGUIClick',root, 
function () 
if source == CheckBox and guiCheckBoxGetSelected(CheckBox) == true then 
local PlrName = getPlayerName(source) 
triggerServerEvent('allPlayers',localPlayer,PlrName) 
end 
end 
) 
  
addEvent('Suppport',true) 
addEventHandler('Suppport',root, 
function ( PlrName ) 
local Roww = guiGridListAddRow(SupportList) 
guiGridListSetItemText(SupportList,Roww,1," "..PlrName.." ",false,false) 
end 
) 

addEvent('allPlayers',true) 
addEventHandler('allPlayers',root, 
function ( PlrName ) 
for i, v in ipairs ( getElementsByType( 'player' ) ) do 
triggerClientEvent(v,'Suppport',v,PlrName) 
end 
end 
) 
  

عاوزو لما يجي يشي العلامه صح من الشيك بوكس

تختفي اسمه

Link to comment

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

والي يقولي يسويها بتعبه , وين التعب بالموضوع بس يسوي اللوحة

ويجي الاول والثاني يعطيه اكواد جاهزه

على العموم بالتوفيق لك بتقليد المودات

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