Jump to content

Doffy

Members
  • Posts

    1,546
  • Joined

  • Last visited

  • Days Won

    31

Everything posted by Doffy

  1. جرب فقط مدري كيف اشتغلت انا الثاني مستغرب اصلا :]
  2. كذا addEventHandler("onResourceStart",root, function() outputChatBox("هنا الكلام الي تبيه",source,255,255,255,true) end )
  3. كيف اخلي مثلا لو انا ابي اشفر مود واخلي ملف حق الزر الي يفتح اللوحة
  4. لحظة اجرب اشتغل بس ابي يجبله رسالة في البار شات لو ما معه سي جي ومو نافع وانا مشغل البار شات بس مو نافع مدري ليه marker1 = createMarker(768.55798,8.74740,1000.70984-1,'cylinder',1.3,2,12,255,100) setElementInterior (marker1,5) function marker(player) if ( getElementModel(player) == 0 ) then if getElementType(player) == "player" and player == localPlayer then guiSetVisible(GUIEditor.window[1], true) showCursor(true) guiSetInputEnabled(true) else exports["TopBarChat"]:sendClientMessage ("#FF0000 You Need Cj Skin To Buy This Stat",255,255,255,true ) end end end addEventHandler("onClientMarkerHit", marker1, marker)
  5. اوك تسلم انا بجرب وبعطيه محاولتي محاولتي marker1 = createMarker(768.55798,8.74740,1000.70984-1,'cylinder',1.3,2,12,255,100) setElementInterior (marker1,5) function marker(player) if ( getElementModel( player,0 ) then if getElementType(player) == "player" and player == localPlayer then guiSetVisible(GUIEditor.window[1], true) showCursor(true) guiSetInputEnabled(true) end end end end addEventHandler("onClientMarkerHit", marker1, marker) getElementModel عرفت اخليها تفتح بس بشخصية اول ما احط ما تشتغل
  6. ابي اللاعب اول ما يدخل الماركر حق الجيم ما يفتحله اللوحة حقت الجيم الا وهو معه شخصية سي جي واذا ما كان معه يقله لازم سي جي علشان يفتح
  7. ابي مثلا انا اعرف بسويها elseif بس الحين المهم ابي اول ما اللاعب يقتل زومبي مثلا واحد يزيد البروجريس بار محاولتي --Server addEventHandler("onPlayerSpawn",root, function() local zombiekills = getAccountData(account,"Zombie kills") if (zombiekills >= 1) then triggerClientEvent("1kill",localPlayer) end end ) --Client addEvent("1kill",true) addEventHandler("1kill",root, function() if ( levelbar ) then guiProgressBarSetProgress(levelbar, 1) end end)
  8. لحظة لسه بروح اجرب :] #Edit: مو شغال دي بق ERROR: Loading script failed \ c.lua:60: '=' expected near 'if'
  9. انا مسويه الرو بلظبط نفس الاسم @_@
  10. يب والله برب بروح مدرسة ولمن اجي اشوف الباقي :]
  11. برضو ERROR: Loading script failed:s.lua:19:'end' expected (to close 'function' at line 3) near'else'
  12. خطأ ثاني ERROR: Loading Script failed: 'end' expected (to close 'function' at line 3) near 'else'
  13. حق الميتا مضبوط ولو تبيه هذا هو <meta> <script src="c.lua" type="client" /> <script src="s.lua" type="server" /> </meta>
  14. ERROR: Client triggered serverside event lv1, but event is not added server side
  15. خطأ موب شغال يجيلي في الدي بق
  16. محاولتي ما اشتغلت --Client addEventHandler("onClientGUIClick",root, function () local rankstake = guiGridListGetSelectedItem(GUIEditor.gridlist[1]) if ( source == GUIEditor.button[2] ) then if rankstake == 0 then triggerServerEvent("lv1",localPlayer, localPlayer) --Server addEvent("lv1",true) addEventHandler("lv1",root, function() if getElementData(source,'Level') >= 15 then if accountName then aclGroupAddObject (aclGetGroup("Level1"), "user."..accountName) outputChatBox("تم اخذ رتبة جديدة",source,255,255,255,true) else outputChatBox("#FF0000*#00FF00You Don't Have Enough Level",source,255,255,255,true) end end end)
  17. طيب وكيف اخله ياخذ رتبة هذا الباقي #Edit: يلبيه
  18. طيب وش فايدة guiGridListGetIteamText
  19. ابي اول ما اللاعب يختار رتبة في رو في الجريد ليست ويضغط علي زر ياخذ رتبة واذا مثلا جا يضغط علي الرو الي تحته يسحب منه الرتبة الي معه ويعطيه الرتبة الجديدة
  20. كذا <script src="c.lua" type="client" cache="false" />
×
×
  • Create New...