Jump to content

=][كود | لوحة تفتح بسريال][=


Recommended Posts

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

لو سمحتم بغيت كود يخلى اللوحة تفتح لعدد من السريالات

يعنى اسوى تبل محطوط فيه سريالات

يخلى اللوحة تفتح لاصحاب السريالات هذه

Link to comment

local player = getLocalPlayer() 
function OpenWnd () 
if getPlayerSerial(player) == "Serial1" 
or getPlayerSerial(player) == "Serial2" 
or getPlayerSerial(player) == "Serial3" 
then 
if (guiGetVisible (wnd2) == true) then 
guiSetVisible (wnd2, false) 
showCursor (false) 
else 
guiSetVisible (wnd2, true) 
showCursor (true) 
end 
else 
outputChatBox("#ff0000Error: #ffffffYou are not have access to open this panel !!",0,255,255,true) 
end 
end 
addCommandHandler ( "open", OpenWnd ) 
Link to comment
local player = getLocalPlayer() 
function OpenWnd () 
if getPlayerSerial(player) == "Serial1" 
or getPlayerSerial(player) == "Serial2" 
or getPlayerSerial(player) == "Serial3" 
then 
if (guiGetVisible (wnd2) == true) then 
guiSetVisible (wnd2, false) 
showCursor (false) 
else 
guiSetVisible (wnd2, true) 
showCursor (true) 
end 
else 
outputChatBox("#ff0000Error: #ffffffYou are not have access to open this panel !!",0,255,255,true) 
end 
end 
addCommandHandler ( "open", OpenWnd ) 

getPlayerSerial Server-only function

Note: The client side version of getPlayerSerial has been deprecated as it can return the wrong value for some players, and is potentially insecure. The following article assumes that the function is serverside only.

Link to comment
@ لعبة

قيت بلاير سيريال بجانب الكلنت ماله أرقمنت ذا أولاً ، ثانياً ممكن يجيب لك تحققات خاطئة

لما يشوفونك تتكلم محد يعبرك بس لما يجيهم الخطأ ويتوهقوون يجوونك

:?

Link to comment
@ لعبة

قيت بلاير سيريال بجانب الكلنت ماله أرقمنت ذا أولاً ، ثانياً ممكن يجيب لك تحققات خاطئة

لما يشوفونك تتكلم محد يعبرك بس لما يجيهم الخطأ ويتوهقوون يجوونك

:?

+ 99999999

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