Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. I like the sounds,Awesome .
  2. قصدي الموضوع كامل .. بس البحث ينسخ كلمات محددهـ ..
  3. No i just change my server ( vps ) and now you know what ? My server on the last of the server browser list it was on the top if you type 'KSA' in the search box but nothing to do i just change it .
  4. 2,5 MB : 413 Request Entity Too Large 2,2 MB : 413 Request Entity Too Large 2 MB : 413 Request Entity Too Large 1.5 MB : 413 Request Entity Too Large I Can upload up to 1 MB Only .
  5. ما راح يشتغل من بداية كودي بيشتغل ؟ .. بس ممكن تفهمنا وين خطأنآ ؟ ي الغآلي ..؟
  6. ~ مدري عنك فية شيء خطأ عندك آكيد .. انك حاطة بـ كلنت ذذ
  7. لول ؟ متأكد انه بيشتغل جربة .. ؟ وش فيك خخ
  8. local Acc = { ['Account'] = true, ['Account'] = true, } addCommandHandler ( 'CheckAccount', function ( PlayerElement ) local Account = getPlayerAccount ( PlayerElement ) if ( Account ) and not isGuestAccount ( Account ) then if Acc [ getAccountName ( Account ) ] then outputChatBox ( 'Account Found' ) end end end )
  9. لول تلخبطت , اول يوم عطيتك كود التيم قلت لازم تتحقق انه اللاعب if getPlayerTeam(source) and Teams[getTeamName(getPlayerTeam(source))] == 'No Name' then وليه ما سويت حق الحسابات , if getPlayerAccount(source) and Accounts [ getAccountName (getPlayerAccount(source)) ] then اللي يعجبني فيكم .. دايم مآتفتحون الويكي وتقولون كيف نصير مبرمجين .. .. اسمع انا ماراح اقولك كيف افتح الويكي الحدث ( onPlayerLogin ) و اقرا الـ البارتمنت و علمني .. تعرف ولالا .. ok ..
  10. ورني وش سويت و فـ آي عالم انت ؟
  11. يعني تعدل الفري روم ابحث عن هالوظيفة مآ بين سطر : 1600 - 1620 ( fr_client.lua ) : تبحث عن هالوظيفة : toggleFRWindow بتحصلها كذا : function toggleFRWindow() if isWindowOpen(wndMain) then showCursor(false) hideAllWindows() colorPicker.closeSelect() else showCursor(true) showAllWindows() end end انت عدلها خلها للعالم اللي تبية بـ حيث يكون كذا : function toggleFRWindow( ) if getElementDimension ( localPlayer ) ~= Dimension then return false end if isWindowOpen(wndMain) then showCursor(false) hideAllWindows() colorPicker.closeSelect() else showCursor(true) showAllWindows() end end بدل : Dimension اللي قبل then return end بـ رقم العالم الوهمي اللي تبية يفتح له وغيرة بيكون مايفتح اتمنى فهمت ..
  12. وعليكم السلام : تقدر تعدل الفري روم بـ تحقق قبل الفتح بحيث تتحقق من العالم : -- # Client Side : getElementDimension التعديل يكون على : fr_Client.lua
  13. Graphic Driver Problem : Audio Driver Problem : MTA Diag After Install All Drivers Except ( Graphic ) And ( Audio ) : http://pastebin.mtasa.com/294339441
  14. Oh There's an argument on create the label i don't see it lol .
  15. Post the whole script .
  16. We can't see this image please use another upload site . like imgur .
  17. Are you sure you have team called ''Military' ? Also use debugscript 3 to tell us what's the problem .
  18. تستخدم سكربت التايم اللي انتشر حق SolidSnake14 > Kenix > Yazuka ؟
  19. -- # Client Side .. MilitaryN = guiCreateLabel(104, 427, 70, 19, MilitaryCount, false, TeaSelectorWin) guiLabelSetColor(MilitaryN, 106, 105, 109) addEventHandler('onClientRender',root, function ( ) local Count = countPlayersInTeam ( getTeamFromName ( 'Military' ) ) guiSetText ( MilitaryN,tostring ( Count ) ) end )
  20. iPrestege

    help

    createObject > getElementPosition ? local x,y,z = getElementPosition ( v );
×
×
  • Create New...