Jump to content

Max+

Members
  • Posts

    1,363
  • Joined

  • Last visited

Everything posted by Max+

  1. Max+

    GUI Issues

    i said copy my post , and test it /debugscript 3
  2. هو ماجرب الكود حقي . . , انا اتوقع طريقتهم نفس اللي طرحته له بس مارد لي خبر ولاجرب السكربت . .
  3. Max+

    GUI Issues

    It brings up errors expecting () and :~ not sure about it. lol i forgot the button , post edit , copy it again .
  4. xmlNodeGetAttributes xmlNodeSetAttribute
  5. Max+

    GUI Issues

    screenWidth, screenHeight = guiGetScreenSize() local windowWidth, windowHeight = 552, 476 local left = screenWidth/2 - windowWidth/2 local top = screenHeight/2 - windowHeight/2 Agui = guiCreateWindow(left, top, windowWidth, windowHeight, ":O Around Panel v1.2", false) CCB = guiCreateButton(280, 175, 121, 61, "Cloak Car", false, Agui) guiWindowSetSizable(Agui, false) guiSetVisible(Agui, false) addEventHandler(' onClientGUIClick', root, function ( ) if ( source == CCB ) then triggerServerEvent ( 'aCore.cloak', localPlayer ); end end );
  6. يعني button 2 اضغط زر يعطني الشخصية من ؟ و احط الكود كلينت ولة في شيئ ترايقر ولة اية ؟ button2 = زر الشخصية المعدلة button1 = زر الشخصية الاصلية + وين تحط السكربت : onClient
  7. Files/cj.txd Files - مسار cj.txd اسم ملف txd 0 - ايدي الشخصية اللي هي CJ cjc.txd ملف المعدل حق الشخصية button1 - اسم الزر حق الشخصية الاصلية ( حسب الزر عندك ) button2 - اسم الزر حق الشخصية المعدلة ( حسب الزر عندك )
  8. بأستخدام , engineImportTXD ويحلمون الملف الاصلي , ونفس الفنكشن بس يكون الشخصية معدله وازرار اذا الزر الفلاني -- واذا الزر الفلاني --- ويستخدم تريقرات عشان يفرق . . بدون تريقر , مثال addEventHandler('onClientGUIClick', root, function ( ) if ( source == button1 ) then nTxd = engineLoadTXD ( "Files/cj.txd" ) engineImportTXD ( nTxd, 0 ) outputChatBox ( ' * Normal Cj Skin Set * ' ,255, 255, 0 ) elseif ( source == button2 ) then sTxd = engineLoadTXD ( "Files/cjc.txd" ) engineImportTXD ( sTxd, 0 ) outputChatBox(' * New Cj Skin Set * ', 255, 0 , 0 ) end end )
  9. مافي فرق ؟؟ ذا تحقق اذا كانت ظاهرة = اخفاء واذا مخفية = اظهار + guisetInputEnabeld ذا حق الكتابة . واتوقع مشكلته في اظهار النافذة لانه ماسوا تحقق
  10. bindKey ( "F4", "down", function() if guiGetVisible(W) == true then guiSetVisible(W, false) showCursor(false) guiSetInputEnabled(false) else guiSetVisible(W, true) showCursor(true) guiSetInputEnabled(true) end end)
  11. يافهد انت كذا اخفيت الزر . . . btn1 = الزر المفروض تخفي النافذة w .. . .
  12. will , i had the same problem of yours , i couldn't fix it, i hope someone come and fix it , we can both understand it,
  13. Max+

    loadstring

    compiled files Edit any thing will make it not work..
  14. Max+

    loadstring

    he can't becuase the script is compiled , i dont think it's his , he should use loop for sounds , then destroy it ,
  15. يقصد اذا مت بالريس . . تموت بمكان معين .. يبيه يرجع لنفس المكان . . ماقترح تسويه طيب لو مات بالمويه ؟ عالعموم ., Event : onPlayerWasted getElementPosition spawnPlayer
  16. Max+

    loadstring

    how to define it with compiled file you can't , but ithink if you used , loop for the element sound , you can destory it ,
  17. Max+

    Rules

    No , you can see , --Server put in serverSide script , --Client put in ClientSide script , check meta.xml to know witch script is client and server
  18. yeah but you need to make a tabel for the weaopns , then use math.random
  19. الكلينت يكون فيه اوامر الرسم . , والالوان , اما السيرفر .. , يكون فيه حسابات الاعب , قروبات الادمن , اسلحة . . وكل كود على حسب خش الويكي وتلقى اللون الاحمر = كلينت فقط لون ازرق= كلينت + سيرفر ينفع الاثنين مثل outputChatBox ذي مشتركة ولون برتقالي = سيرفر فقط مثل getPlayerAccount
  20. Max+

    Need some help

    what you ask for need alot of work , gui , elements , getElementData setElementData --- These for the points, wait for paid scripter to contact you ..
  21. I'm guessing that it is a bug because I'm using it in the same form as the gui label and the GUI label is creating just fine. Just asking why do you use opp scripting ? why don't you use the old scripting it's much esay and no erros ,
×
×
  • Create New...