Jump to content

Evan

Members
  • Posts

    30
  • Joined

  • Last visited

Everything posted by Evan

  1. Evan

    TOP 30 PLAYERS

    can someone teach me or send me how to do a Top 30 players ? that there kills and deaths will be saved ? please ? for DayZ Gamemode
  2. Evan

    Sniper Alpha HELP!

    did i need to add that ? but the problem is i have 5 kind of snipers but when i aim both of them the sniper appear in the left side when i am aiming
  3. Evan

    Sniper Alpha HELP!

    i cant send any pictures ? how to post a picture ?
  4. hi guys i am making my own mta sa dayz server so i decided to add more weapons on it and yes the weapons wokrs but when i try to aim the sniper it goes bug. but i already try this local alpha = 255 bindKey ( "aim_weapon", "both", function ( _, state ) if getPedWeaponSlot ( localPlayer ) == 6 then if ( state == "down" ) then alpha = 0 elseif ( state == "up" ) then alpha = 255 end for _, v in ipairs ( getElementsByType ( "object", root, true ) ) do if isElementAttachedToBone ( v ) then local id = getElementModel ( v ) if ( id == 2584 ) setElementAlpha ( v, alpha ) end end end end end )
×
×
  • Create New...