Jump to content

كود --


Recommended Posts

Posted
isObjectInACLGroup 

 

قد تكونآمنيآتنآ حزينه !وآحلآمُنآ ملت طآبور آلإنتِظآر لكنهآ ،تتشبث بآلأمل فنفوسُنآ خُلقت لتقول غداً آجمل B-18.png 

Posted
  
-- Client Side  
bindKey("C",'down', 
function () 
triggerServerEvent("OpenWin",localPlayer) 
end 
) 
  
addEvent("Open",true) 
addEventHandler("Open", root, 
function() 
if guiGetVisible(wnd) == false then 
guiSetVisible(wnd, true) 
showCursor(true) 
else 
guiSetVisible(wnd, false) 
showCursor(false) 
end 
end 
) 
  

  
--Server Side 
addEvent("OpenWin",true) 
addEventHandler("OpenWin", root, 
    function ( Player ) 
  
    if isObjectInACLGroup ("user."..getAccountName ( getPlayerAccount ( Player ) ),aclGetGroup ("Console") ) then 
  
    triggerClientEvent ( Player,"Open",Player ) 
else 
outputChatBox("you are not Console") 
end 
) 
  

Experienced MTA developer for 4 years. | MTA خبرة 4 سنين في برمجة

ليس عليك اسعاد الجميع ,
ولكن عليك بإن لا تؤذي أحداً 

=========
You do not have to make everyone happy,
But you should not hurt anyone

 

Want to contact with me?

 

Discord: JustCarry#2616 (Always there)
Skype: Live:JustCarry10 (Not always)

Posted
  
-- Client Side  
bindKey("C",'down', 
function () 
triggerServerEvent("OpenWin",localPlayer) 
end 
) 
  
addEvent("Open",true) 
addEventHandler("Open", root, 
function() 
if guiGetVisible(wnd) == false then 
guiSetVisible(wnd, true) 
showCursor(true) 
else 
guiSetVisible(wnd, false) 
showCursor(false) 
end 
end 
) 
  

  
--Server Side 
addEvent("OpenWin",true) 
addEventHandler("OpenWin", root, 
    function ( Player ) 
  
    if isObjectInACLGroup ("user."..getAccountName ( getPlayerAccount ( Player ) ),aclGetGroup ("Console") ) then 
  
    triggerClientEvent ( Player,"Open",Player ) 
else 
outputChatBox("you are not Console") 
end 
) 
  

146115400093441.png

560x95_FFFFFF_FF9900_000000_000000.png
Posted
  
-- Client side 
bindKey("C",'down', 
function () 
triggerServerEvent("OpenWin",localPlayer) 
end 
) 
  
addEvent("Open",true) 
addEventHandler("Open", root, 
function() 
if guiGetVisible(wnd) == false then 
guiSetVisible(wnd, true) 
showCursor(true) 
else 
guiSetVisible(wnd, false) 
showCursor(false) 
end 
end 
) 
  

  
-- Server Side 
addEvent("OpenWin",true) 
addEventHandler("OpenWin", root, 
    function (  ) 
  
    if isObjectInACLGroup ("user."..getAccountName ( getPlayerAccount ( source ) ),aclGetGroup ("Console") ) then 
  
    triggerClientEvent ( source,"Open",source ) 
else 
outputChatBox("you are not Console") 
end 
) 
  

Experienced MTA developer for 4 years. | MTA خبرة 4 سنين في برمجة

ليس عليك اسعاد الجميع ,
ولكن عليك بإن لا تؤذي أحداً 

=========
You do not have to make everyone happy,
But you should not hurt anyone

 

Want to contact with me?

 

Discord: JustCarry#2616 (Always there)
Skype: Live:JustCarry10 (Not always)

Posted
  
-- Client side 
bindKey("C",'down', 
function () 
triggerServerEvent("OpenWin",localPlayer) 
end 
) 
  
addEvent("Open",true) 
addEventHandler("Open", root, 
function() 
if guiGetVisible(wnd) == false then 
guiSetVisible(wnd, true) 
showCursor(true) 
else 
guiSetVisible(wnd, false) 
showCursor(false) 
end 
end 
) 
  

  
-- Server Side 
addEvent("OpenWin",true) 
addEventHandler("OpenWin", root, 
    function (  ) 
  
    if isObjectInACLGroup ("user."..getAccountName ( getPlayerAccount ( source ) ),aclGetGroup ("Console") ) then 
  
    triggerClientEvent ( source,"Open",source ) 
else 
outputChatBox("you are not Console") 
end 
) 
  

تمام

دلوقتي لما بكتب

c.c

في ف8 بيظهر الموس بس

-- Client side 
  
addCommandHandler ( "c.c",  
function () 
triggerServerEvent("OpenWin",localPlayer) 
end 
)     
addEvent("Open",true) 
addEventHandler("Open", root, 
function() 
if guiGetVisible(wnd) == false then 
guiSetVisible(wnd, true) 
showCursor(true) 
else 
guiSetVisible(wnd, false) 
showCursor(false) 
end 
end 
) 

  
  
-- Server Side 
addEvent("OpenWin",true) 
addEventHandler("OpenWin", root, 
    function (  ) 
  
    if isObjectInACLGroup ("user."..getAccountName ( getPlayerAccount ( source ) ),aclGetGroup ("Console") ) then 
  
    triggerClientEvent ( source,"Open",source ) 
else 
outputChatBox("you are not Console") 
end 
) 
  
  
  

560x95_FFFFFF_FF9900_000000_000000.png
Posted

بدل ب

wnd

بأسم لوحتك

Experienced MTA developer for 4 years. | MTA خبرة 4 سنين في برمجة

ليس عليك اسعاد الجميع ,
ولكن عليك بإن لا تؤذي أحداً 

=========
You do not have to make everyone happy,
But you should not hurt anyone

 

Want to contact with me?

 

Discord: JustCarry#2616 (Always there)
Skype: Live:JustCarry10 (Not always)

Posted
بدل ب

wnd

بأسم لوحتك

بردو يظهر الموس بس

addCommandHandler ( "c.c",  
function () 
triggerServerEvent("OpenWin",localPlayer) 
end 
)     
addEvent("Open",true) 
addEventHandler("Open", root, 
function() 
if guiGetVisible(window) == false then 
guiSetVisible(window, true) 
showCursor(true) 
else 
guiSetVisible(window, false) 
showCursor(false) 
end 
end 
) 

560x95_FFFFFF_FF9900_000000_000000.png
Posted

جرب

  
addCommandHandler ( "c.c", 
function () 
triggerServerEvent("OpenWin",localPlayer) 
end 
)    
addEvent("Open",true) 
addEventHandler("Open", root, 
function() 
guiSetVisible (window,not guiGetVisible (window)) 
showCursor (guiGetVisible (window)) 
end 
) 
  

Experienced MTA developer for 4 years. | MTA خبرة 4 سنين في برمجة

ليس عليك اسعاد الجميع ,
ولكن عليك بإن لا تؤذي أحداً 

=========
You do not have to make everyone happy,
But you should not hurt anyone

 

Want to contact with me?

 

Discord: JustCarry#2616 (Always there)
Skype: Live:JustCarry10 (Not always)

Posted
addCommandHandler ( "c.c", 
function () 
triggerServerEvent("OpenWin",localPlayer) 
end 
)    
addEvent("Open",true) 
addEventHandler("Open", root, 
function() 
if guiGetVisible(window) then 
guiSetVisible (window, true) 
showCursor(true) 
else 
guiSetVisible(window, false) 
showCursor(false) 
end 
end 
) 

Posted
جرب
  
addCommandHandler ( "c.c", 
function () 
triggerServerEvent("OpenWin",localPlayer) 
end 
)    
addEvent("Open",true) 
addEventHandler("Open", root, 
function() 
guiSetVisible (window,not guiGetVisible (window)) 
showCursor (guiGetVisible (window)) 
end 
) 
  

ولا شئ مفيش حاجة بتفتح

560x95_FFFFFF_FF9900_000000_000000.png
Posted

اطرح الاكواد كاملة احس انه في مشكلة ’ في اكوادك '

Experienced MTA developer for 4 years. | MTA خبرة 4 سنين في برمجة

ليس عليك اسعاد الجميع ,
ولكن عليك بإن لا تؤذي أحداً 

=========
You do not have to make everyone happy,
But you should not hurt anyone

 

Want to contact with me?

 

Discord: JustCarry#2616 (Always there)
Skype: Live:JustCarry10 (Not always)

Posted

اخ

تاخرت

بس يلا مرة اخرى

:x:D:D

Lua Programmer

Welcome To Server [ملوك العرب لعشاق الهجولة M.9 =) .

p_926jr91.png

Posted
تمام واي فاي و ميزو ساعدوني

---------

حياك الله اي مساعدة تفضل ,نساعدك 8)

Experienced MTA developer for 4 years. | MTA خبرة 4 سنين في برمجة

ليس عليك اسعاد الجميع ,
ولكن عليك بإن لا تؤذي أحداً 

=========
You do not have to make everyone happy,
But you should not hurt anyone

 

Want to contact with me?

 

Discord: JustCarry#2616 (Always there)
Skype: Live:JustCarry10 (Not always)

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