Jump to content

أستفسار عن كود اذا كان صحيحاً ام لا


Recommended Posts

13 minutes ago, salah7boss said:

هل هذا الكود صحيح؟
الوظيفة :
عند الضغط على زر

login

يفتح لوحة جديدة أذا اللاعب بالأسل .. 

الكود :
addEventHandler("onClientGUIClick",root
function()
if source == login and isObjectInACLGroup("user." .. account) then
guiSetVisible( welcome, true)
end
end)
الكود مرفوع :
https://paste2.org/M5YvZ8Cc

isObjectInACLGroup -- SERVER SIDE ONLY!!

account = غير معرفه

group = غير موجود

+ اخوي غير صورتك الله يهديك

و ما بدي حد يدخل يقولي حريه شخصيه  وين الحريه الشخصيه في صوره مثل الي حاطتها 

 

Link to comment

شكراً أخي, 

addEventHandler('onClientGUIClick', root,
function() 
if (source == killall) or killalllabel then 
local players = getElementsByType ( "ped" ) 
for theKey,thePlayer in ipairs(players) do 
killPed ( players, players ) 
end 
end)

داخل كلينت - ما الخطأ به؟

Link to comment
1 hour ago, salah7boss said:

شكراً أخي, 

addEventHandler('onClientGUIClick', root,
function() 
if (source == killall) or killalllabel then 
local players = getElementsByType ( "ped" ) 
for theKey,thePlayer in ipairs(players) do 
killPed ( players, players ) 
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...