Jump to content

فاّرس

Members
  • Posts

    4,805
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by فاّرس

  1. يعني مثلا لو على الكود الي فوق يصير كذا, exports.NoName:output('Nothing') ?
  2. الميتا وعرفناه , ما اقصد كيف تجيب الشيء , ابي الكود الفنكشن كيف تسويه عشان تسوي له export ذذ
  3. ...السلام عليكم ورحمه الله وبركآته ... ياريت مثال بسيط على export, كيف اسوي الكود والميتا ذذ ,
  4. I'm do not know the wrong ,, But try this with code iFahad, addEventHandler('onPlayerJoin',root, function ( ) triggerClientEvent (root,'g_Add',root,getPlayerName ( source ) ); end );
  5. https://community.multitheftauto.com/in ... ls&id=3715
  6. لول التقليد شغال , مره واحد بسول ومره برستيج وبكره تيتي خخخ الله يشفيكم ذذ
  7. I think this is your want : getWeaponState
  8. You cannot make this. But you can use : guiLabelSetColor
  9. العفوا , + ما شفت الارقومنت الثاني بالويكي
  10. ضيف شرط للكود , if getElementType(hitPlayer) == 'player' then ولا تنسى تضيف end + m ذذ من وين جآ ؟
  11. الحين انت مسوي تايمر للتحريك الابجكت؟
  12. Event : onPlayerChat. Function's : isGuestAccount getPlayerAccount cancelEvent outputChatBox
  13. Tnx عدلته في خطأ بإسم الماركر ذذ, + من طريقه كتابتك لـ Tnx اشك بـ 80% انك ابو شنب ذذ
  14. local marker = createMarker(...) addEventHandler('onMarkerHit',marker, function(player) if getElementType(player) == 'player' then setTimer(setElementPosition,10000,1,player,x,y,z) end end,false )
  15. حسبت اني سويت if source == Button then مدري كيف حطيته بالحدث
  16. Ops i'm do not see that . And come to me and i'll kill you
  17. In the outputChatBox : outputChatBox ( 'text',math.random ( 255 ),math.random ( 255 ),math.random ( 255 ) ) change to : outputChatBox ( 'text',hit,math.random ( 255 ),math.random ( 255 ),math.random ( 255 ) )
  18. His language it's arabic and tunisian, i can speak arabic by english , ex : ahlan = mean welcome. and he use numbers , ex : ya3ref = mean know
  19. The Algerian & Tunisian not arabic language. But he said who know for SQL
  20. هذا مثال , ذذ OldImg = guiCreateStaticImage(....) addEventHandler("onClientGUIClick",Button, function() guiStaticImageLoadImage(OldImg,'logo1.png') else guiStaticImageLoadImage(OldImg,'logo2.png') end,false )
  21. اظن واضح بالويكي, local myImage = guiCreateStaticImage ( 0.45, 0.48, 0.2, 0.5, "myimage.png", true ) setTimer ( guiStaticImageLoadImage, 1000, 1, myImage, "otherimage.png" )
  22. setTimer guiStaticImageLoadImage او تقدر تسويها بـ guiSetVisible ,
  23. setElementPosition , في وش يحتاج قيت ذذ؟
×
×
  • Create New...