Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. يعني بس ملفات الكلنت و السيرفر بدون ملفات صوتيةة ذذ من الروابط الاصوات #
  2. لا لاتحط ميتا ولا شيء بس حط ميتا للملف كلنت بدون ملفات صوتية # واعذرني ماعندي مواقع ذذ لازم mp3 او اي صيغة مسموححةة #
  3. addEventHandler("onClientGUIClick",GUIEditor_Button[1], function ( ) if isElement(sound) then destroyElement(sound) sound = nil end sound = playSound("الرابط هنا بـ صيغة mp3 بس حط الرابط",true) end,false) addEventHandler("onClientGUIClick",GUIEditor_Button[2], function () if isElement(sound) then destroyElement(sound) sound = nil end end,false)
  4. @Sasuke: Multiply your "timeToBan" by 60. Lol? but in the admin panel u can use min .
  5. عطاك رابط غلط للتش باد ذذ حمل هذا اللي عطاك اياهـ وتعريف التخزين ما ثبتة يقول ذذ طلع لوق بعد كل شيء #
  6. Hmm. i use set and get data better for me lol it will work any way .
  7. setPedAnimation https://wiki.multitheftauto.com/wiki/Animations#ped
  8. Yes because it's seconds : seconds: The amount of seconds the player will be banned from the server for. This can be 0 for an infinite amount of time.
  9. خلنا نهجد بسس لا يقولون ضيعوا مسار الموضوع ذذ
  10. You can try this : -- Server -- addEventHandler( 'onPlayerLogin', root, function( _, acc ) if isObjectInACLGroup( 'user.'..getAccountName( acc ), aclGetGroup( "Admin" ) ) then setElementData( source, 'OpenPanel', true) else setElementData( source, 'OpenPanel', nil) end end ) addEventHandler( 'onPlayerJoin', root, function() setElementData( source, 'OpenPanel', nil) end ) -- Client -- bindKey ("F6", "down", function() if getElementData( localPlayer, 'OpenPanel') ~= nil then guiSetVisible(wnd, not guiGetVisible(wnd)) showCursor(guiGetVisible(wnd)) end end ) wnd = You're Window wnd will open only for admin group .
  11. لول بس البيد يشتغل : Sets the walking style of a ped. A walking style consists of a set of animations that are used for walking, running etc. * جربت مع الاعب ماشتغل مع بيد اشتغل ذذ
  12. what you wan't to do with the time?
  13. setPedWalkingStyle (source,id)
  14. -- USE THIS SERVER : createMarker getElementType "onMarkerHit" setElementPosition full code : marker = createMarker ( x,y,z, "cylinder", 2, 0, 255, 0, 225 ) addEventHandler("onMarkerHit",marker, function (player) if (getElementType(player) == "player") then setElementPosition (player,x,y,z) end end ) Server side .
  15. اها فكرتك تبيها حركة ذذ # بالتوفيق بالسكربت العفو ,
  16. قصدك حركة ؟ مثل setPedAnimation?
×
×
  • Create New...