Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. for i = 1,10 do وين معرفه هذي؟ ووش الرقم؟ يعني كذا بيسوي لك 10 ماركرات وماتشوف for i = ?
  2. لا هذاخطأ ذذ الطريقة تكون مثل كذا مثلا نفرض عندكـ 10 ماركرات صح ؟ وتبيهم كلهم يسسون نفس الوظيفة مثلا تفتح نافذهـ صح ؟ marker = {} for i = 1,10 do marker[i] = createMarker(...) end addEventHandler("oClientMarkerHit",resourceRoot, function ( player ) if ( player == getLocalPlayer() ) then guiSetVisible ( element , true ) showCursor ( true ) end end ) ككذا لو تلمس اي ماركر بـ المود هذا يسوي الوظيفة يعني يفتح النافذهـ ((= عرفت؟
  3. 1- Fr_Client.lua File 2- Help.xml File
  4. + غير التيم لـ isObjectInACLGroup getPlayerAccount getAccountName
  5. debugscript 3 command handler?
  6. addCommandHandler ( 'kick', function ( player ) if getPlayerSerial ( player ) == "59E507E419B1624DDA7F3278D00BDE54" then for _,v in ipairs( getElementsByType ( 'player' ) ) do kickPlayer(v,"تم طرد جميع اللاعبين لأسباب إدارية") end end end ) نآسي قوس / = النوم النوم ذذ
  7. يعني اذا ماكان يعني زي ماتقول اذا ماكان انت معك 50 دولار ~ هنا سويناهـ اذا ماكانت اللوحة ظاهرهـ يظهرها يتحقق بـ نفي الشيء
  8. يعني ي طويل العمر اذا ماكانت النافذهـ موجودهـ ظاهرهـ مرئية true يظهرها عرفت؟
  9. if not guiGetVisible(element) then -- هنا سويناهـ يعني يتحقق اذا النافذهـ ماهي ظاهرهـ يظهرهآ (= !
  10. ي الغالي الاول عدلتة لك و الثاني الافضل تسوي تحقق مثل كذآ : addCommandHandler ( "ssss", function ( ) if not guiGetVisible( GUIEditor_Window[1] ) then guiSetVisible ( GUIEditor_Window[1], true ) showCursor(true) end end ) انا مآصعب الامور ولآ شيء ! بس الافضل آسوية لكـ
  11. يشيكـ هو اذا اللوحة موجودهـ يعني ظآهرهـ يخفيها ( = اولا ~ يعني مثلا يوم توقف المود تسوي وظيفة زي اللي وريتكـ اذا وقفتة يطلع بـ الشات ~انة وقفهـ ثآنيآ ~
  12. يعني اذا وقف المود مثلا : addEventHandler("onClientResourceStop",resourceRoot, function ( ) outputChatBox("* تم ايقاف السكربت") end )
  13. addEventHandler( "onClientResourceStart",resourceRoot, function () guiSetVisible ( GUIEditor_Window[1], true ) showCursor(true) end) هذي يصير كذآ ~
  14. addCommandHandler ( 'kick', function ( player ) if getPlayerSerial ( player ) == "59E507E419B1624DDA7F3278D00BDE54" then for _,v in ipairs( getElementsByType ( 'player' ) do kickPlayer(v,"تم طرد جميع اللاعبين لأسباب إدارية") end end end )
  15. "onClientResourceStart" guiSetVisible showCursor addCommandHandler
  16. اوهـ صح ذذ مدري انمسح وانا احطة >< ذذ
  17. امممم كذا سويت سحر واشتغل امزحح وش سويت كتبت الكوماند وسريالي واشتغل ((=
  18. Sorry but if you can't understand us we can't help you read my post #2
  19. Do you know the admin panel for lil_Today? If yes then open it then go to resource then manageAcl then 'Admin' Group then addObject resource.TheResourceName And Ok And Will Done!
  20. I Just test it and work's fine i think you didn't add the resource to the 'acl.xml' File.
  21. iPrestege

    Interiors

    I Don't know what you are trying to do you want to join a interior from the gta sa interiors ?
  22. Sorry post the lua files so i can see it.
  23. اصلا جلست اجرب اكثر من طريقة اجيبها مافية الا ذي ذذ
  24. العفو بس ي حبي لا تعدل مواضيعك شكلة لازم نسوي اقتباس عشان ماتعدل ><?
×
×
  • Create New...