Jump to content

AE.

Members
  • Posts

    404
  • Joined

  • Last visited

Everything posted by AE.

  1. من الممكن ان اسوي اوبجت بس الاوبجيكت تظهر لشخص واحد فقط ؟ او ped ?
  2. خلاص مشكور انا غيرت اللوحة وخليتها شئ تاني بدالها
  3. اتكلم الماركر نفسه مايشتغل مالي دخل بالزر
  4. يعني انا لو عرفت احل مشكلتي ليش بنزل موضوع :3 اكيد مش هخش هنا علطول او ما المشكلة تظهرلي المهم كود الزر حق اليغلق اللوحة كان شغال تمام مدري ليش غيرته جاري التجربة .. ماشتغل
  5. server side -------------------------------------------- ---markers marker1 = createMarker (409.55225, -2205.87939, 9.87033, "cylinder", 0.7, 255, 0, 0) marker2 = createMarker (409.34235, -2208.22314, 9.87033, "cylinder", 0.7, 0, 255, 255) marker3 = createMarker (409.32993, -2210.71582, 9.87033, "cylinder", 0.7, 255, 255, 0) marker4 = createMarker (409.33679, -2201.01514, 9.87813, "cylinder", 0.7, 100, 100, 100) marker5 = createMarker (409.33578, -2196.91724, 9.87813, "cylinder", 0.7,113,201,90) marker6 = createMarker (409.33737, -2216.90210, 9.87813, "cylinder", 0.7,50,220,60) marker7 = createMarker (409.33804, -2213.61621, 9.87033, "cylinder", 0.7,220,170,40) marker8 = createMarker (409.33844, -2195.09155, 9.87813, "cylinder", 0.7,130,37,132) marker9 = createMarker (409.33960, -2199.03662, 9.87813, "cylinder", 0.7,10,180,177) marker10 = createMarker (409.33051, -2203.03003, 9.87813, "cylinder", 0.7) addEvent ("viewGUI", true) function markerHit (hitPlayer, matchingDimension) if ( source == marker1 ) then triggerClientEvent ("viewGUI", hitPlayer) end end addEventHandler ("onMarkerHit", getRootElement(), markerHit) client side ---------------------------------------- GUIEditor = { gridlist = {}, window = {}, button = {} } GUIEditor.window[1] = guiCreateWindow(1287, 508, 633, 539, "Choose skin", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetVisible(GUIEditor.window[1], false) GUIEditor.gridlist[1] = guiCreateGridList(316, 28, 307, 501, false, GUIEditor.window[1]) guiGridListAddColumn(GUIEditor.gridlist[1], "Skins", 0.9) GUIEditor.button[1] = guiCreateButton(12, 449, 141, 53, "Close", false, GUIEditor.window[1]) function hidegui() guiSetVisible(GUIEditor.window[1], false) showCursor ( false ) end addEventHandler ( "onClientGUIClick", GUIEditor.button[1], hidegui, false ) addEvent ("viewGUI", true) function viewGUI () if (getLocalPlayer() == source) then guiSetVisible (GUIEditor.window[1], true) showCursor (true) end end addEventHandler ("viewGUI", getRootElement(), viewGUI) اللوحة ماتظهر ليش؟ up
  6. k will try same problem omg thx the win 7 update worked
  7. I have reinstall my windows and I installed all things that should open mta but every time I open it give me a erroe --------------------------- MTA: San Andreas [CL24] (CTRL+C to copy) --------------------------- Loading core failed. Please ensure that Microsoft Visual C++ 2013 Redistributable Package (x86) and the latest DirectX is correctly installed. Do you want to see some on-line help about this problem ? --------------------------- Yes No ---------------------------
  8. omg i'am so idiotttttttttttttttttt ! i create a vehicle and the player in other dimension
  9. i don't want separate resource but every time i try to make it in one script it just won't work so i will put it in a dimension ... and it's over
  10. i did all this but it don't create the heli
  11. i did it like this but it don't create a vehicle
  12. i'am trying to make a start for the new players first they will spawn in a villa and then will ride a heli with ped and go to army base ...
  13. i did it man . the problem was the >> " << no i need it for another thing but anyway thx for helping
  14. there's another thing master ... can i make the resource start for one player .? well looks like the master don't know ...
  15. sorry master of programming it's working
  16. it warp me and it do every thing but still the resource = "skinnew" don't start this replace skin 23 with anthor skin and i'am still getting debug bad argument @ 'startResource' [Expected resource-data at argument 1, got nil]
  17. still don't start the resource ..
  18. this is mindfuck ! so how i make sure it work for the new players >>??
  19. i did it but whenever i make new account it says 'this is not the first time' ...
  20. i didn't get it, cleaning the acl ? why
  21. didn't work bad argument @ 'startResource' [Expected resource-data at argument 1, got nil] maybe this help
  22. why the fuck? then i have to give every player login in server console?
  23. it's just if the player logged in for the first time i already add the script in console so .. i'am sure that console can startResource
×
×
  • Create New...