-
Posts
10,056 -
Joined
-
Days Won
27
Everything posted by iPrestege
-
Post the new modified code. Also is there any errors? Can you see it ? not your friend you?
-
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
-
Thanks for releasing this! i like github open source projects.
-
هذي احدث المواضيع اللي لقيتها بالتوفيق لكن اكثر من شهر ماضنيت
-
ههههههههههههه اعجبتني
-
ولا انا اعرف اسوي بعد على الله يجي واحد يسوي لنا السكربت ببلاش
-
setPlayerNametagShowing
-
هذي تقدر تشيلها بوظيفة : setPlayerNameTagShowing وتسوي واحد خاص فيك او ابحث بالكومنتي فية واحد شبية بسامب للعقرب ._.
-
شرح استخدام Sublime Text 3 From 50p's مساعد البرمجة
iPrestege replied to iPrestege's topic in Arabic / العربية
حياكم الله جميعاً ويرفع للأهمية -
-- 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
-
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!
-
صحيح لكن التحققات اللي انا مسويها افضل يتحقق اذا كان زائر او كانت لدية الرتبة مسبقاً
-
تاكد من موداتك يمكن فية شيء يمنع او يبدل او او الخ حمل المودات كاملة الرسمية من هنا باحدث الاصدارات : https://github.com/multitheftauto/mtasa-resources
-
اعتقد انة قيم مود خاص تقدر تبحث بالكومنتي اذا حصلتة كويس
- 1 reply
-
- 1
-
addEventHandler ( 'onClientGUIChanged' ); guiGetText;
-
addEventHandler ( 'onClientGUIClick' ); triggerServerEvent; setElementDimension; giveWeapon; table; createMarker; destroyElement; setTimer; setElementPosition;
-
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. لاتنسى تضيف المود لقروب يقدر يرقي ._.
-
Maybe you can try in here : Ignore list
-
سكربت روعه وخصائص مميزة مثل اللوق عجبني + استمر تقبل مروري
-
تعلم خش قسم دروس البرمجة
-
addEventHandler ( 'onClientRender' ) dxDrawRectangle dxDrawText dxCreateFont getPlayerMoney -- PS. تحتاج تستخدم خط خاص عشان يصير مثل الصورة بالتوفيق
-
مافهمتك تبي تسوي نفس اللي بالصورة يعني؟
-
موفق واذا واجهتك مشكلة تقدر ترد هنا بنفس الموضوع بالثبيت او خلافة ..