Jump to content

طلب فكشنات


Recommended Posts

قصدك لو غير كيف تحفظها ولا كيف يغيرها اصلا ؟

يقصد مفكره خارجيه اذا غير منها مثلا مفتاح الزر F3

تتغير في الملف المشفر ذذ

يب هذا الا اقصده

Link to comment

تقدر تخليه يعدل من الأدمنيه وهادي ابسط واسهل الطرق

get("weapon") 

in meta.xml

         
               "*weapon" value="القيمة الافتراضية" desc="الوصف"/> 
        

Example

if getPlayerTeam ( player ) ~= getTeamFromName ( get("teamName") ) then -- سطر توضيحي 

         
               "*teamName" value="police" desc="this just for example"/> 
        
Edited by Guest
Link to comment

في طريقه ثانيه ,

بعطيك مثل على نافذه ذذ

اول شيء تحط فنكشن النافذه ,

function Open() 
  guiSetVisible(wnd, not guiGetVisible(wnd)) 
  showCursor(guiGetVisible(wnd)) 
end 

wnd = اسم النافذه ذذ

طبعا لازم الاسم Open غيره بس لا تمسحه ذذ,

وسوي ملف خارجي مثلا خلي اسمه Settings طبعا كلنت ذذ

وحط الكود حق فتح النافذه ,

bindKey( "key", "down",Open)  

key = الي تبيه يفتح النافذه,

انا استخدمه مع النافذه ما جربته مع اكواد غير ذذ

Link to comment
في طريقه ثانيه ,

بعطيك مثل على نافذه ذذ

اول شيء تحط فنكشن النافذه ,

function Open() 
  guiSetVisible(wnd, not guiGetVisible(wnd)) 
  showCursor(guiGetVisible(wnd)) 
end 

wnd = اسم النافذه ذذ

طبعا لازم الاسم Open غيره بس لا تمسحه ذذ,

وسوي ملف خارجي مثلا خلي اسمه Settings طبعا كلنت ذذ

وحط الكود حق فتح النافذه ,

bindKey( "key", "down",Open)  

key = الي تبيه يفتح النافذه,

انا استخدمه مع النافذه ما جربته مع اكواد غير ذذ

طريقة ثانية :

function Open() 
  guiSetVisible(wnd, not guiGetVisible(wnd)) 
  showCursor(guiGetVisible(wnd)) 
end 
bindKey(key , "down",Open)  

في الـ

Settings لازم يكون الملف كلنت

key = "Key" -- "Key" التبديل الى اسم الزر ذذ 

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