Jump to content

wgnsy123

Members
  • Posts

    42
  • Joined

  • Last visited

Posts posted by wgnsy123

  1. 7 hours ago, Dutchman101 said:

    MTA San Andreas 1.5\MTA\config > coreconfig.xml, open that with rightclick -> Edit, find this line: <display_fullscreen_style>0</display_fullscreen_style>

    And then replace it with ''2'' as value, so would be: <display_fullscreen_style>2</display_fullscreen_style> then save the coreconfig.xml.

     

    I can't assure you this solution works against the odd menu lag you still have, but it atleast would resolve your black screen on alt-tab. If not, let me know.

     

    I dont have a coreconfig.xml, i have only chatboxpresets

  2. 16 hours ago, Dutchman101 said:

    About that black screen which you didn't mention earlier - when does that happen, or how can you reproduce it? (is it by chance when you alt-tab?)

    For the menu still lagging outside of Settings menu - @ccw

     

    When i alt+tab i get black screen and i cant leave to desktop, i must restart computer.

  3. I have this in survivor system:

    --Weapon Property 
      
    setWeaponProperty ("m4","poor","maximum_clip_ammo",30) 
    setWeaponProperty ("m4","std","maximum_clip_ammo",30) 
    setWeaponProperty ("m4","pro","maximum_clip_ammo",30) 
    

    "m4" change to "m4a1 cco" ? (standard name of m4 is "M4")

  4. inventory:

    elseif itemName == "M4A1 CCO" or itemName == "AK-47" or itemName == "CZ 550" or itemName == "Winchester 1866" or itemName == "SPAZ-12 Combat Shotgun" or itemName == "Sawn-Off Shotgun" or itemName == "Heat-Seeking RPG" or itemName == "M136 Rocket Launcher" or itemName == "Lee Enfield" then 
    

    weaponAmmoTable = { 
    ["G17 Mag"] = { 
    {"G17", 22}},  
    ["M1911 Mag"] = { 
    {"M1911", 22}},  
    ["M9 SD Mag"] = { 
    {"M9 SD", 23}},  
    ["Desert Eagle Mag"] = { 
    {"Desert Eagle", 24}},  
    ["PDW Mag"] = { 
    {"PDW", 28}},  
    ["MP5A5 Mag"] = { 
    {"MP5A5", 29}},  
    ["AK Mag"] = { 
    {"AK-47", 30}},  
    ["STANAG Mag"] = { 
    {"M4A1 CCO", 31}},  
    

    pickups:

    {"M4A1 CCO",356,1,90,2.4}, 
    

    on itemTable

    ["STANAG Mag"] = { 
    {"M4A1 CCO",31}, 
    }, 
    

    WeaponAmmoTable

    elseif itemName == "M4A1 CCO" or itemName == "AK-47" or itemName == "CZ 550" or itemName == "Winchester 1866" or itemName == "SPAZ-12 Combat Shotgun" or itemName == "Sawn-Off Shotgun" or itemName == "Heat-Seeking RPG" or itemName == "M136 Rocket Launcher" or itemName == "Lee Enfield" then 
        removeBackWeaponOnDrop()     
    

    And in the others i change "M4" TO "M4A1 CCO" - easy change, but not work.

  5. Hello, i have a warning in console of survivorSystem.lua...

    Logs in this:

    [2015-01-04 11:29:19] WARNING: [DayZ-MTA]\DayZ\survivorSystem.lua_dayz:0: Bad argument @ 'setElementID' [Expected element at argument 1, got nil] 
    [2015-01-04 11:29:19] WARNING: [DayZ-MTA]\DayZ\survivorSystem.lua_dayz:0: Bad argument @ 'setElementID' [Expected element at argument 1, got nil] 
    [2015-01-04 11:29:23] WARNING: [DayZ-MTA]\DayZ\survivorSystem.lua_dayz:0: Bad argument @ 'setElementID' [Expected element at argument 1, got nil] 
    [2015-01-04 11:30:44] WARNING: [DayZ-MTA]\DayZ\survivorSystem.lua_dayz:0: Bad argument @ 'setElementID' [Expected element at argument 1, got nil] 
    [2015-01-04 11:30:44] WARNING: [DayZ-MTA]\DayZ\survivorSystem.lua_dayz:0: Bad argument @ 'setElementID' [Expected element at argument 1, got nil] 
    [2015-01-04 11:30:50] WARNING: [DayZ-MTA]\DayZ\survivorSystem.lua_dayz:0: Bad argument @ 'setElementID' [Expected element at argument 1, got nil] 
    [2015-01-04 11:31:47] WARNING: [DayZ-MTA]\DayZ\survivorSystem.lua_dayz:0: Bad argument @ 'setElementID' [Expected element at argument 1, got nil] 
    [2015-01-04 11:31:52] WARNING: [DayZ-MTA]\DayZ\survivorSystem.lua_dayz:0: Bad argument @ 'setElementID' [Expected element at argument 1, got nil] 
    [2015-01-04 11:32:00] WARNING: [DayZ-MTA]\DayZ\survivorSystem.lua_dayz:0: Bad argument @ 'setElementID' [Expected element at argument 1, got nil] 
    [2015-01-04 11:32:22] WARNING: [DayZ-MTA]\DayZ\survivorSystem.lua_dayz:0: Bad argument @ 'setElementID' [Expected element at argument 1, got nil] 
    [2015-01-04 11:32:22] WARNING: [DayZ-MTA]\DayZ\survivorSystem.lua_dayz:0: Bad argument @ 'setElementID' [Expected element at argument 1, got nil] 
      
    

    This warning is displays if i scroll the weapon.

×
×
  • Create New...