Jump to content

PaiN^

Members
  • Posts

    2,258
  • Joined

  • Last visited

Everything posted by PaiN^

  1. حتى لو الأفضل إنه يتجنب الأغلاط ذذ + مني متأكد من الطريقة ذذ
  2. ما يحتاج كومآند,, يحط onClientGUIClick يروح الادمنيه ويعدل على زر start يسوي له ترايقر للسيرفر وبيطلع الكلام بالشات ؟؟ Console ولو أدمن شغل مود من الـ
  3. 'onResourceStart' -- resourceRoot مو root إستخدم + عشان تطلع اسم اللاعب اللي شغله, مدري كيف والله ذذ start وتتحقق إذا كان الكوماند onPlayerCommand يمكن حدث
  4. ولآزم تضيف ملف الخط في الميتا src="Font.ttf" />
  5. marker2 = nil , destroyElement بدل setElementAlpha , setElementVisibleTo إستخدم
  6. Ok, got it Thanx jaysds1 ^^
  7. Oh, i didn't see that, Thanx MR.S3D and jaysds1 + Can you tell me when this kind of error happen ? It's the first time i see it ...
  8. Working Thanx ! But i want to ask, What did you do ? just reorginized it or what ..
  9. marker = createMarker ( 205.71435546875, 2511.4284667969, 16.558746337891 - 1, 'checkpoint', 20, 255, 255, 255, 255 ); createBlipAttachedTo ( marker, 9 ): addEventHandler ( 'onMarkerHit', marker, function ( car ) if getElementType ( car ) == 'vehicle' then destroyElement ( car ); end end ); setTimer ( function ( ) for _,veh in next, getElementsByType ( 'vehicle' ) do if isElementWithinMarker ( veh, marker ) then destroyElement ( veh ); end end end, 1000, 0 ); Error : AD\server.lua:4: attempt to index a userdata value
  10. 'onClientGUIChanged' guiGridListClear for -- loop سوي getElementsByType getPlayerName string.find guiGridListAddRow guiGridListSetItemText
  11. As long as your resource is in the resources folder with a Working meta.xml file, The server well add it to the resources, It's the meta.xml most likly ..
  12. Like he told you, That depends on your jail system .
  13. Modify the acl.xml file In game , Do it from the admin panel ( Mange ACL ) ..
  14. PaiN^

    ACL Label

    Or , You can set the ACL group name as element data ..
  15. أولاً : المود ذا أنا مسويه يوم جيت أتعلمـ برمجة, كتجربة يعني ثانياً : سلامات ! شايف تاريخ الموضوع
  16. I said ( Ex ) ._." What are you trying to do ?
  17. The first thing after the root is a var, Tha's worng ! And i don't think you can put the function inside a timer in that way, Should look like this ( Ex ) : addEventHandler ( 'onPlayerJoin', root, function ( ) setTimer ( function ( ) ...
  18. Where is the function for the event handler ?!!
  19. Yes, I'm not sure but i do .. Why Don't you give it a try, See what happens ..
  20. Sound great, Even know i don't know much about maping ,,
  21. Google search or his own هذا قسم عربي ياهو
  22. Well, i think it's posible with setPedControlState, Do somthing like a GUI With control buttons, That's what i can think of right know ..
×
×
  • Create New...