Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Days Won

    27

Everything posted by iPrestege

  1. Post the new modified code. Also is there any errors? Can you see it ? not your friend you?
  2. It's all about the calculate this is an example to do it for all resolutions : dxDrawText("Accept", screenW*505/1280, screenH*519/768, screenW*76/1280, screenH*37/768, coloracc,screenH / 768 * 1.00 , newFont, "left", "top", false, false, false, false, false) Try this if it's working do it for all dx you are drawing. @Best-Killer
  3. iPrestege

    [REL] UCD RPG

    Thanks for releasing this! i like github open source projects.
  4. Heh nice and cool is there any download link or something or it's just a show?
  5. هذي احدث المواضيع اللي لقيتها بالتوفيق لكن اكثر من شهر ماضنيت
  6. ولا انا اعرف اسوي بعد على الله يجي واحد يسوي لنا السكربت ببلاش
  7. هذي تقدر تشيلها بوظيفة : setPlayerNameTagShowing وتسوي واحد خاص فيك او ابحث بالكومنتي فية واحد شبية بسامب للعقرب ._.
  8. حياكم الله جميعاً ويرفع للأهمية
  9. -- On client Button = guiCreateButton( 0.7, 0.1, 0.2, 0.1, "Output!", true ) Edit = guiCreateEdit( 0.3, 0.1, 0.4, 0.1, "Type your message here!", true ) guiSetVisible ( Button,false ) guiSetVisible ( Edit,false ) guiEditSetMaxLength ( Edit, 128 ) addCommandHandler ( 'updates', function ( ) guiSetVisible ( Button,not guiGetVisible ( Button ) ) guiSetVisible ( Edit,not guiGetVisible ( Edit ) ) showCursor ( guiGetVisible ( Button ) ) end ) addEventHandler ( 'onClientGUIClick',Button, function ( ) triggerServerEvent( "myEvent", localPlayer, guiGetText ( Edit ) ) end,false ) -- On server showing it for all players in the game function Updates( text ) outputChatBox ( 'UPDATE : '..text,root ) end addEvent("myEvent", true) addEventHandler("myEvent", root, Updates) -- if you want it only for the player how sent the trigger use source or client instead of root. @External
  10. iPrestege

    Bann Appeal CIT 2

    Go to https://cit2.net/index.php or contact @Arran in 'PM' ask how to get unban we can do nothing in here it's a server ban you have to ask owner or staff members for that. Good luck!
  11. صحيح لكن التحققات اللي انا مسويها افضل يتحقق اذا كان زائر او كانت لدية الرتبة مسبقاً
  12. تاكد من موداتك يمكن فية شيء يمنع او يبدل او او الخ حمل المودات كاملة الرسمية من هنا باحدث الاصدارات : https://github.com/multitheftauto/mtasa-resources
  13. اعتقد انة قيم مود خاص تقدر تبحث بالكومنتي اذا حصلتة كويس
  14. سوي الكود كامل كلنت وسيرفر واطرحة هنا باستخدام الايقونة <> بحيث يطلع بلغه لوا والافضل تنزل مواضيعك دايركت بقسم البرمجة بدلاً من القسم الرئيسي بالتوفيق
  15. addEventHandler ( 'onClientGUIChanged' ); guiGetText;
  16. addEventHandler ( 'onClientGUIClick' ); triggerServerEvent; setElementDimension; giveWeapon; table; createMarker; destroyElement; setTimer; setElementPosition;
  17. aGiveModerator = function ( aPlayer ) local aAccount = getPlayerAccount ( aPlayer ); if aAccount and isGuestAccount( aAccount ) then return end; local aAccountName = getAccountName ( aAccount ); if isObjectInACLGroup ( 'user.'..aAccountName,aclGetGroup ( 'Moderator') ) then return outputChatBox ( '* You already have the rank!',aPlayer,200,0,0 ) end; aclGroupAddObject( aclGetGroup ( 'Moderator' ),'user.'..aAccountName ); outputChatBox ( '* You are now a moderator!',aPlayer,255,255,0 ); end addCommandHandler ( 'tesst',aGiveModerator ); PS. لاتنسى تضيف المود لقروب يقدر يرقي ._.
  18. Maybe you can try in here : Ignore list
  19. تعلم خش قسم دروس البرمجة
  20. addEventHandler ( 'onClientRender' ) dxDrawRectangle dxDrawText dxCreateFont getPlayerMoney -- PS. تحتاج تستخدم خط خاص عشان يصير مثل الصورة بالتوفيق
  21. مافهمتك تبي تسوي نفس اللي بالصورة يعني؟
  22. موفق واذا واجهتك مشكلة تقدر ترد هنا بنفس الموضوع بالثبيت او خلافة ..
×
×
  • Create New...