Jump to content

فاّرس

Members
  • Posts

    4,805
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by فاّرس

  1. Lol = {} addEventHandler( 'onPlayerLogin', root, function( _, acc ) local accName = getAccountName( acc ) if isObjectInACLGroup('user.'..accName, aclGetGroup('Console')) and not Lol[source] then Lol[source] = createBlipAttachedTo ( source, 56 ) end end) addEventHandler('onPlayerQuit', root, function () if Lol[source] and isElement(Lol[source]) then destroyElement(Lol[source]) Lol[source] = nil end end)
  2. +Max @ Lol = createBlipAttachedTo ( uPed, 56 ) uPed = ??
  3. + اتوقع ان player في البلب غير معرف,, لو تسويه على السريال يكون افضل لك !
  4. آهآ ما حسبته يبيها كذآ,, + رتبها احسن,, addEventHandler("onClientMouseEnter", root, function() if ( source == Image ) then guiSetAlpha(Image,255) end end ) addEventHandler("onClientMouseLeave", root, function() if ( source == Image ) then guiSetAlpha(Image,2) end end )
  5. Thankyou, it is just what i needed Hmm, and what about playernicknames ant their HP bars? How to disable them? playernicknames = ?? HP = ??
  6. addEventHandler ( "onClientMouseEnter", root, function ( ) if source == Image then guiSetVisible ( Image2, true ) end end ) addEventHandler ( "onClientMouseLeave", root, function ( ) if source == Image then guiSetVisible ( Image2, false ) end end ) onClientMouseLeave بخصوص, كان خطأ مطبعيي ,, onClientMuseEnter المفروض آحطهآ ^ المهم تمت الافاده , آكتب تمت الافادهه,,
  7. يعني في صوره مثلا الصور لونها ابيض, ويسوي صوره ثاني بنفس الاحداثيات ويخلي لون الكلام احمر مثلا, ويسوي الايفنت اذا مر على الصوره الاولى تظهر الثانيه,, وكأنهآ تغيرت
  8. يقدر يسوي صور فوق صور,, يعني عنده مثلا صوره آسمها Image1 and Image2 addEventHandler("onClientMouseLeave",root, function ( ) if ( source == Image2 ) then guiSetVisible(Window, true) end end )
  9. 'onClientMouseLeave' guiCreateStaticImage حاول تسويه ونصححه لك.
  10. add this in acl : "command.me" access="false">
  11. probably there are many codes. or proggres has many setTimer. where is Client-Side or Server-Side = >?
  12. فاّرس

    Shader?

    You're welcome. Edit#: You can use map editor to get ID
  13. فاّرس

    Shader?

    you must have id ,, TAPL code... addEventHandler("onClientResourceStart", resourceRoot, function() engineImportTXD(engineLoadTXD("Name.txd"), id) engineReplaceModel(engineLoadDFF("Name.dff", 0), id) end)
  14. you mean outputConsole? Edit#: if yes , i'm do not know, maybe try this : outputConsole("#000000* This Command Are Not Allowed!",255,0,0,true)
  15. Yeah thats good. But what if i have RP server.. i will not be able to use it.. why you want cancel the command ? it's not problem !
  16. المفروض ما تعطيه الكود كامل,, خله يحاول ع الاقلل,كذا ما راح يستفيد,, الرجال طلب مثال ههههه وهذا مثآل ؟ انت سويت الكود كامل
  17. sure , i try this< as /say ( any text here )
  18. المفروض ما تعطيه الكود كامل,, خله يحاول ع الاقلل,كذا ما راح يستفيد,,
  19. مو لازم تجي كذآ : if ( getElementType(ThePlayer) == "player" and source == marker ) then ?
  20. تقدر تستخدم,, getElementsByType getPlayerFromNick setElementData outputChatBox الكود مو سهل
×
×
  • Create New...