Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. كلنت ولا سيرفر؟ total معرفه؟
  2. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # اوف كل ذا # طيب ابغاك بششي ضروري .... # وين اكلمك اي مكان المهم بغاك شي ضروري Gta Arabs : http://www.gta-arabs.com/gt/member.php?u=31364
  3. دام بدايتها كذا فاعتبرها فال خير .. المهم ذا بيست : > Name="iFahad">>> button = guiCreateButton ( 0.25,0.25,0.25,0.25,'',true ) addEventHandler("onClientResourceStart",resourceRoot, -- حدث التشغيل function ( ) -- وظيفة local XMLFile = xmlCreateFile ( "Save.xml", "XML" ) -- انشاء ملف local CreateChild = xmlCreateChild(XMLFile, "XML") -- انشاء تشيلد xmlSaveFile ( XMLFile ) -- حفظ الملف outputChatBox("* تم انشاء الملف") end ) addEventHandler("onClientGUIClick",button, -- حدث الضغط بـ متغير الزر function ( ) local XMLFile = xmlLoadFile ( "Save.xml" ) -- تحميل الملف if ( XMLFile ) then -- تحقق local Child = xmlFindChild ( XMLFile, "XML", 0 ) -- يجيب التشيلد local Name = getPlayerName ( localPlayer ) -- يجيب اسم الاعب xmlNodeSetAttribute ( Child,"Name",Name ) -- يحطة بالملف بالتشيلد الي سويناه xmlSaveFile ( XMLFile ) -- يحفظة xmlUnloadFile ( XMLFile ) -- يسوي ان لود للملف outputChatBox("* تم الحفظ") end end,false ) شوف انت جربة ورد لي ماله داعي هرجك اللي ماله معنى ^^ ZA7F : Full 300\300
  4. انا مجربة + رآي مجربة .. انت مادري برمجتك شكلك تعدل وتقول مايشتغل | = ؟ لول
  5. No it's not please read the topic.
  6. توضح اني خطأ متأكد أنك صحيحَ ؟ ياليت تشرح لي الخطا بالتفصيل مع التصحيح وتقولي السبب اللي خلاك تقولي اني خطأ .. عشان نتعلم منك ي مبدع $$
  7. if you type refresh command in console what you get?
  8. I said trigger not the event -_-'!
  9. Why you want to set the variable as string?
  10. دايم تثبت اني خطا وانت الخطا تدري لية لانك بحثت بملفات سيرفرك المفروض تبحث عن الملف بملف المودات المنزلة بالكلنت لول!ذذ
  11. ياخي انت تقول مايشتغل بدون ماتجرب تقول اخطاء وانت ماتدري؟ تذب وانت ماتدري؟ تتكلم وانت ماتدري؟ جرب وشوف قلي يشتغل ولالا ^^؟ ok?
  12. As i said above post the part when you trigger to client to show the gui?
  13. is this script for you because the error's mean the marker's doesn't exists. Post the trigger to client part to show the gui?
  14. First you add your map into 'Resources' Folder right ? As folder or zip ok? Then type refresh in console then open admin panel resources in the left down include maps refresh list search for your map! Start it.
  15. الحين انت تبية لتيم قروف ولا اي تيم؟ | = لو تبية قروف خذه فوق اذا تبي ذا : local Exitdoor = createMarker( 1454,-1024,24, "cylinder", 1.5, 255, 0, 0, 255 ) function removes ( v ) if getElementType ( v ) == 'player' then local theTeam = getPlayerTeam ( v ) if theTeam then setPlayerTeam ( v, nil,nil ) end end end addEventHandler ( "onMarkerHit",Exitdoor, removes,false )
  16. local Exitdoor = createMarker( 1454,-1024,24, "cylinder", 1.5, 255, 0, 0, 255 ) function removes ( v ) if getElementType ( v ) == 'player' then local theTeam = getPlayerTeam ( v ) local theGrove = getTeamFromName ( 'Grove' ) if theTeam and theGrove then if theTeam == theGrove then setPlayerTeam ( v, nil,nil ) end end end end addEventHandler ( "onMarkerHit",Exitdoor, removes,false )
  17. جرب لاني جربت اول واحد تمام
  18. والله مدري انا جربت اول كود عطيتك شغال تأكد انة سيرفر يمكن ملخبط!؟
  19. No please keep the resource named with 'zombies' and give the resource acl admin rights : openAdmin > resourcesTab > ManageACL > Console > addObject > resource.zombies Done!
  20. تأكد الميتا لاني متاكد انة غلطان ذذ؟
  21. لا خطأ ولا شيء عزيزي هذا بعض الاحيان ماتصير تضيفها تصير جرب بنفسك ^^ أبشرك من أول كود عطيتة شغال
  22. -_-" متاكد انك بتيم؟ لاني فكيت الادمنية حطيت نفسي بـ تيم سويت الكود execute < صار تدري نزل كودك مع الماركر ورني اجربة
×
×
  • Create New...