Jump to content

Captain Cody

Members
  • Posts

    2,753
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by Captain Cody

  1. function aduty ( player ) local accName = getAccountName(getPlayerAccount(player)) if isObjectInACLGroup ( "user." ..accName, aclGetGroup ( "Admin") ) then outputChatBox(" Administrator "..getPlayerName(player).." Is Now OnDuty!",getRootElement(),255,0,0) setSkinData( player, 217) outputChatBox("",getRootElement(),255,0,0) outputServerLog(" Administrator "..getPlayerName(player).." Is Now OnDuty") setElementData( player, "blood", 99999999999999999999999999 ) heal = "9999999999999999999999999999999" end end addCommandHandler("duty",aduty) function offaduty ( player ) local accName = getAccountName(getPlayerAccount(player)) if isObjectInACLGroup ( "user." ..accName, aclGetGroup ( "Admin") ) then outputChatBox(" Administrator "..getPlayerName(player).." Is No Longer OnDuty",getRootElement(),255,0,0) outputChatBox("",getRootElement(),255,0,0) outputServerLog(" Administrator "..getPlayerName(player).." Is No Longer OnDuty") setElementData( player, "blood", 12000 ) end end addCommandHandler("offaduty",offduty) function heal_func ( player ) local accName = getAccountName(getPlayerAccount(player)) if isObjectInACLGroup ( "user." ..accName, aclGetGroup ( "Admin") ) then if heal == "an" then setElementData( player, "food", 250 ) setElementData( player, "thirst", 250 ) end end end setTimer(heal_func, 60000, 0) -- Combined the two functions. Not sure exactly what skin data is, but I'm asuming it's for dayZ.
  2. Try this and see if it ever stops outputting. local pacecount = 0 while pacecount < 5*2 do --4 ZOMBIES AT A TIME TO PREVENT FPS DROP print(pacecount) local tzombiecount = #everyZombie+pacecount if (tzombiecount < ZombieLimit) then print(1) local thePlayer = getRandomPlayer() if (thePlayer) and (exports["ZA-system"]:isPlayerLogin(thePlayer)) and not (getElementData(thePlayer, "zombieProof")) and not (isPedDead(thePlayer)) then local disc, angle = math.random(15, 50), math.random(360) local gx, gy = getDistanceRotation(0, 0, disc, angle) print(2) if not (hasPositionZombieProof(gx, gy)) then print(3) triggerClientEvent(thePlayer, "onClientPreZombieSpawn", thePlayer, gx, gy) pacecount = pacecount+1 end end end end If not then there's your issue.
  3. I'll have a Vice city free roam server online all day at

      65.35.133.18:22003

    if anyone wishes to play.

  4. Here, try this Water = {{-2998.0,-2998.0,5.0,-2500.0,-2998.0,5.0,-2998.0,-2500.0,5.0,-2500.0,-2500.0,5.0}, {-2998.0,-2500.0,5.0,-2500.0,-2500.0,5.0,-2998.0,-2000.0,5.0,-2500.0,-2000.0,5.0}, {-2998.0,-2000.0,5.0,-2500.0,-2000.0,5.0,-2998.0,-1500.0,5.0,-2500.0,-1500.0,5.0}, {-2998.0,-1500.0,5.0,-2500.0,-1500.0,5.0,-2998.0,-1000.0,5.0,-2500.0,-1000.0,5.0}, {-2998.0,-1000.0,5.0,-2500.0,-1000.0,5.0,-2998.0,-500.0,5.0,-2500.0,-500.0,5.0}, {-2998.0,-500.0,5.0,-2500.0,-500.0,5.0,-2998.0,0.0,5.0,-2500.0,0.0,5.0}, {-2998.0,0.0,5.0,-2500.0,0.0,5.0,-2998.0,500.0,5.0,-2500.0,500.0,5.0}, {-2998.0,500.0,5.0,-2500.0,500.0,5.0,-2998.0,1000.0,5.0,-2500.0,1000.0,5.0}, {-2998.0,1000.0,5.0,-2500.0,1000.0,5.0,-2998.0,1500.0,5.0,-2500.0,1500.0,5.0}, {-2998.0,1500.0,5.0,-2500.0,1500.0,5.0,-2998.0,2000.0,5.0,-2500.0,2000.0,5.0}, {-2998.0,2000.0,5.0,-2500.0,2000.0,5.0,-2998.0,2500.0,5.0,-2500.0,2500.0,5.0,}, {-2998.0,2500.0,5.0,-2500.0,2500.0,5.0,-2998.0,2998.0,5.0,-2500.0,2998.0,5.0}, {-2500.0,-2998.0,5.0,-2000.0,-2998.0,5.0,-2500.0,-2500.0,5.0,-2000.0,-2500.0,5.0}, {-2500.0,-2500.0,5.0,-1500.0,-2500.0,5.0,-2500.0,-1500.0,5.0,-1500.0,-1500.0,5.0}, {-2500.0,-1500.0,5.0,-2000.0,-1500.0,5.0,-2500.0,-1000.0,5.0,-2000.0,-1000.0,5.0}, {-2500.0,-1000.0,5.0,-2000.0,-1000.0,5.0,-2500.0,-500.0,5.0,-2000.0,-500.0,5.0}, {-2500.0,-500.0,5.0,-2000.0,-500.0,5.0,-2500.0,0.0,5.0,-2000.0,0.0,5.0}, {-2500.0,0.0,5.0,-2000.0,0.0,5.0,-2500.0,500.0,5.0,-2000.0,500.0,5.0}, {-2500.0,500.0,5.0,-2000.0,500.0,5.0,-2500.0,1000.0,5.0,-2000.0,1000.0,5.0}, {-2500.0,1000.0,5.0,-2000.0,1000.0,5.0,-2500.0,1500.0,5.0,-2000.0,1500.0,5.0}, {-2500.0,1500.0,5.0,-2000.0,1500.0,5.0,-2500.0,2000.0,5.0,-2000.0,2000.0,5.0}, {-2500.0,2000.0,5.0,-2000.0,2000.0,5.0,-2500.0,2500.0,5.0,-2000.0,2500.0,5.0}, {-2500.0,2500.0,5.0,-2000.0,2500.0,5.0,-2500.0,2998.0,5.0,-2000.0,2998.0,5.0}, {-2000.0,-2998.0,5.0,-1500.0,-2998.0,5.0,-2000.0,-2500.0,5.0,-1500.0,-2500.0,5.0}, {-2000.0,-1500.0,5.0,-1800.0,-1500.0,5.0,-2000.0,-1000.0,5.0,-1800.0,-1000.0,5.0}, {-2000.0,-1000.0,5.0,-1800.0,-1000.0,5.0,-2000.0,-500.0,5.0,-1800.0,-500.0,5.0}, {-2000.0,-500.0,5.0,-1500.0,-500.0,5.0,-2000.0,0.0,5.0,-1500.0,0.0,5.0}, {-2000.0,0.0,5.0,-1500.0,0.0,5.0,-2000.0,500.0,5.0,-1500.0,500.0,5.0}, {-2000.0,500.0,5.0,-1500.0,500.0,5.0,-2000.0,1000.0,5.0,-1500.0,1000.0,5.0}, {-2000.0,1000.0,5.0,-1500.0,1000.0,5.0,-2000.0,1500.0,5.0,-1500.0,1500.0,5.0}, {-2000.0,1500.0,5.0,-1500.0,1500.0,5.0,-2000.0,2000.0,5.0,-1500.0,2000.0,5.0}, {-2000.0,2000.0,5.0,-1500.0,2000.0,5.0,-2000.0,2500.0,5.0,-1500.0,2500.0,5.0}, {-2000.0,2500.0,5.0,-1500.0,2500.0,5.0,-2000.0,2998.0,5.0,-1500.0,2998.0,5.0}, {-1500.0,-2998.0,5.0,-1000.0,-2998.0,5.0,-1500.0,-2500.0,5.0,-1000.0,-2500.0,5.0}, {-1500.0,-2500.0,5.0,-1000.0,-2500.0,5.0,-1500.0,-2000.0,5.0,-1000.0,-2000.0,5.0}, {-1500.0,-2000.0,5.0,-1000.0,-2000.0,5.0,-1500.0,-1500.0,5.0,-1000.0,-1500.0,5.0}, {-1600.0,-1500.0,5.0,-980.0,-1500.0,5.0,-1600.0,-1330.0,5.0,-980.0,-1330.0,5.0}, {-1500.0,-500.0,5.0,-1130.0,-500.0,5.0,-1500.0,0.0,5.0,-1130.0,0.0,5.0}, {-1500.0,0.0,5.0,-1080.0,0.0,5.0,-1500.0,500.0,5.0,-1080.0,500.0,5.0}, {-1500.0,500.0,5.0,-1040.0,500.0,5.0,-1500.0,1000.0,5.0,-1040.0,1000.0,5.0}, {-1500.0,1000.0,5.0,-1000.0,1000.0,5.0,-1500.0,1500.0,5.0,-1000.0,1500.0,5.0}, {-1500.0,1500.0,5.0,-1000.0,1500.0,5.0,-1500.0,2000.0,5.0,-1000.0,2000.0,5.0}, {-1500.0,2000.0,5.0,-1000.0,2000.0,5.0,-1500.0,2500.0,5.0,-1000.0,2500.0,5.0}, {-1500.0,2500.0,5.0,-1000.0,2500.0,5.0,-1500.0,2998.0,5.0,-1000.0,2998.0,5.0}, {-1000.0,-2998.0,5.0,-500.0,-2998.0,5.0,-1000.0,-2500.0,5.0,-500.0,-2500.0,5.0}, {-1000.0,-2500.0,5.0,-500.0,-2500.0,5.0,-1000.0,-2000.0,5.0,-500.0,-2000.0,5.0}, {-1000.0,-2000.0,5.0,-500.0,-2000.0,5.0,-1000.0,-1500.0,5.0,-500.0,-1500.0,5.0}, {-800.0,-1500.0,5.0,-500.0,-1500.0,5.0,-800.0,-1000.0,5.0,-500.0,-1000.0,5.0}, {-800.0,-1000.0,5.0,-500.0,-1000.0,5.0,-800.0,-500.0,5.0,-500.0,-500.0,5.0}, {-850.0,-500.0,5.0,-500.0,-500.0,5.0,-850.0,0.0,5.0,-500.0,0.0,5.0}, {-670.0,0.0,5.0,-500.0,0.0,5.0,-670.0,500.0,5.0,-500.0,500.0,5.0}, {-670.0,500.0,5.0,-500.0,500.0,5.0,-670.0,610.0,5.0,-500.0,610.0,5.0}, {742.0,1078.0,5.0,1000.0,1078.0,5.0,742.0,1230.0,5.0,1000.0,1230.0,5.0}, {-1000.0,1500.0,5.0,-500.0,1500.0,5.0,-1000.0,2000.0,5.0,-500.0,2000.0,5.0}, {-1000.0,2000.0,5.0,-500.0,2000.0,5.0,-1000.0,2500.0,5.0,-500.0,2500.0,5.0}, {-1000.0,2500.0,5.0,-500.0,2500.0,5.0,-1000.0,2998.0,5.0,-500.0,2998.0,5.0}, {-500.0,-2998.0,5.0,0.0,-2998.0,5.0,-500.0,-2500.0,5.0,0.0,-2500.0,5.0}, {-500.0,-2500.0,5.0,0.0,-2500.0,5.0,-500.0,-2000.0,5.0,0.0,-2000.0,5.0}, {-500.0,-2000.0,5.0,0.0,-2000.0,5.0,-500.0,-1500.0,5.0,0.0,-1500.0,5.0}, {-500.0,-1500.0,5.0,0.0,-1500.0,5.0,-500.0,-1450.0,5.0,0.0,-1450.0,5.0}, {-500.0,-1500.0,5.0,-210.0,-1500.0,5.0,-500.0,-1060.0,5.0,-210.0,-1060.0,5.0}, {-500.0,-1060.0,5.0,0.0,-1060.0,5.0,-500.0,-500.0,5.0,0.0,-500.0,5.0}, {-500.0,-500.0,5.0,0.0,-500.0,5.0,-500.0,0.0,5.0,0.0,0.0,5.0}, {-500.0,0.0,5.0,0.0,0.0,5.0,-500.0,500.0,5.0,0.0,500.0,5.0}, {-500.0,500.0,5.0,0.0,500.0,5.0,-500.0,1000.0,5.0,0.0,1000.0,5.0}, {-380.0,1000.0,5.0,0.0,1000.0,5.0,-380.0,1500.0,5.0,0.0,1500.0,5.0}, {-500.0,1500.0,5.0,0.0,1500.0,5.0,-500.0,2000.0,5.0,0.0,2000.0,5.0}, {-500.0,2000.0,5.0,0.0,2000.0,5.0,-500.0,2500.0,5.0,0.0,2500.0,5.0}, {-500.0,2500.0,5.0,0.0,2500.0,5.0,-500.0,2998.0,5.0,0.0,2998.0,5.0}, {0.0,-2998.0,5.0,500.0,-2998.0,5.0,0.0,-2500.0,5.0,500.0,-2500.0,5.0}, {0.0,-2500.0,5.0,500.0,-2500.0,5.0,0.0,-2000.0,5.0,500.0,-2000.0,5.0}, {0.0,-2000.0,5.0,500.0,-2000.0,5.0,0.0,-1500.0,5.0,500.0,-1500.0,5.0}, {880.0,1000.0,5.0,1000.0,1000.0,5.0,880.0,1078.0,5.0,1000.0,1078.0,5.0}, {0.0,-870.0,5.0,350.0,-870.0,5.0,0.0,-500.0,5.0,350.0,-500.0,5.0}, {0.0,-500.0,5.0,500.0,-500.0,5.0,0.0,0.0,5.0,500.0,0.0,5.0}, {0.0,0.0,5.0,440.0,0.0,5.0,0.0,500.0,5.0,440.0,500.0,5.0}, {0.0,500.0,5.0,300.0,500.0,5.0,0.0,1000.0,5.0,300.0,1000.0,5.0}, {0.0,1000.0,5.0,280.0,1000.0,5.0,0.0,1500.0,5.0,280.0,1500.0,5.0}, {0.0,1500.0,5.0,500.0,1500.0,5.0,0.0,2000.0,5.0,500.0,2000.0,5.0}, {0.0,2000.0,5.0,500.0,2000.0,5.0,0.0,2500.0,5.0,500.0,2500.0,5.0}, {0.0,2500.0,5.0,500.0,2500.0,5.0,0.0,2998.0,5.0,500.0,2998.0,5.0}, {500.0,-2998.0,5.0,1000.0,-2998.0,5.0,500.0,-2500.0,5.0,1000.0,-2500.0,5.0}, {500.0,-2500.0,5.0,1000.0,-2500.0,5.0,500.0,-2000.0,5.0,1000.0,-2000.0,5.0}, {500.0,-2000.0,5.0,1000.0,-2000.0,5.0,500.0,-1500.0,5.0,1000.0,-1500.0,5.0}, {540.0,-1500.0,5.0,1000.0,-1500.0,5.0,540.0,-1000.0,5.0,1000.0,-1000.0,5.0}, {730.0,-1000.0,5.0,1000.0,-1000.0,5.0,730.0,-500.0,5.0,1000.0,-500.0,5.0}, {890.0,-500.0,5.0,1000.0,-500.0,5.0,890.0,0.0,5.0,1000.0,0.0,5.0}, {900.0,0.0,5.0,1000.0,0.0,5.0,900.0,500.0,5.0,1000.0,500.0,5.0}, {900.0,500.0,5.0,1000.0,500.0,5.0,900.0,1000.0,5.0,1000.0,1000.0,5.0}, {500.0,1230.0,5.0,1000.0,1230.0,5.0,500.0,1500.0,5.0,1000.0,1500.0,5.0}, {500.0,1500.0,5.0,1000.0,1500.0,5.0,500.0,2000.0,5.0,1000.0,2000.0,5.0}, {500.0,2000.0,5.0,1000.0,2000.0,5.0,500.0,2500.0,5.0,1000.0,2500.0,5.0}, {500.0,2500.0,5.0,1000.0,2500.0,5.0,500.0,2998.0,5.0,1000.0,2998.0,5.0}, {1000.0,-2998.0,5.0,1500.0,-2998.0,5.0,1000.0,-2500.0,5.0,1500.0,-2500.0,5.0}, {1000.0,-2500.0,5.0,1500.0,-2500.0,5.0,1000.0,-2000.0,5.0,1500.0,-2000.0,5.0}, {1000.0,-2000.0,5.0,1500.0,-2000.0,5.0,1000.0,-1500.0,5.0,1500.0,-1500.0,5.0}, {1000.0,-1500.0,5.0,1500.0,-1500.0,5.0,1000.0,-1000.0,5.0,1500.0,-1000.0,5.0}, {1000.0,-1000.0,5.0,1500.0,-1000.0,5.0,1000.0,-500.0,5.0,1500.0,-500.0,5.0}, {1000.0,-500.0,5.0,1500.0,-500.0,5.0,1000.0,0.0,5.0,1500.0,0.0,5.0}, {1000.0,0.0,5.0,1500.0,0.0,5.0,1000.0,500.0,5.0,1500.0,500.0,5.0}, {1000.0,500.0,5.0,1500.0,500.0,5.0,1000.0,1000.0,5.0,1500.0,1000.0,5.0}, {1000.0,1000.0,5.0,1500.0,1000.0,5.0,1000.0,1500.0,5.0,1500.0,1500.0,5.0}, {1000.0,1500.0,5.0,1500.0,1500.0,5.0,1000.0,2000.0,5.0,1500.0,2000.0,5.0}, {1000.0,2000.0,5.0,1500.0,2000.0,5.0,1000.0,2500.0,5.0,1500.0,2500.0,5.0}, {1000.0,2500.0,5.0,1500.0,2500.0,5.0,1000.0,2998.0,5.0,1500.0,2998.0,5.0}, {1500.0,-2998.0,5.0,2000.0,-2998.0,5.0,1500.0,-2500.0,5.0,2000.0,-2500.0,5.0}, {1500.0,-2500.0,5.0,2000.0,-2500.0,5.0,1500.0,-2000.0,5.0,2000.0,-2000.0,5.0}, {1500.0,-2000.0,5.0,2000.0,-2000.0,5.0,1500.0,-1500.0,5.0,2000.0,-1500.0,5.0}, {1500.0,-1500.0,5.0,2000.0,-1500.0,5.0,1500.0,-1000.0,5.0,2000.0,-1000.0,5.0}, {1500.0,-1000.0,5.0,2000.0,-1000.0,5.0,1500.0,-500.0,5.0,2000.0,-500.0,5.0}, {1500.0,-500.0,5.0,2000.0,-500.0,5.0,1500.0,0.0,5.0,2000.0,0.0,5.0}, {1500.0,0.0,5.0,2000.0,0.0,5.0,1500.0,500.0,5.0,2000.0,500.0,5.0}, {1500.0,500.0,5.0,2000.0,500.0,5.0,1500.0,1000.0,5.0,2000.0,1000.0,5.0}, {1500.0,1000.0,5.0,2000.0,1000.0,5.0,1500.0,1500.0,5.0,2000.0,1500.0,5.0}, {1500.0,1500.0,5.0,2000.0,1500.0,5.0,1500.0,2000.0,5.0,2000.0,2000.0,5.0}, {1500.0,2000.0,5.0,2000.0,2000.0,5.0,1500.0,2500.0,5.0,2000.0,2500.0,5.0}, {1500.0,2500.0,5.0,2000.0,2500.0,5.0,1500.0,2998.0,5.0,2000.0,2998.0,5.0}, {2000.0,-2998.0,5.0,2500.0,-2998.0,5.0,2000.0,-2500.0,5.0,2500.0,-2500.0,5.0}, {2000.0,-2500.0,5.0,2500.0,-2500.0,5.0,2000.0,-2000.0,5.0,2500.0,-2000.0,5.0}, {2000.0,-2000.0,5.0,2500.0,-2000.0,5.0,2000.0,-1500.0,5.0,2500.0,-1500.0,5.0}, {2000.0,-1500.0,5.0,2500.0,-1500.0,5.0,2000.0,-1000.0,5.0,2500.0,-1000.0,5.0}, {2000.0,-1000.0,5.0,2500.0,-1000.0,5.0,2000.0,-500.0,5.0,2500.0,-500.0,5.0}, {2000.0,-500.0,5.0,2500.0,-500.0,5.0,2000.0,0.0,5.0,2500.0,0.0,5.0}, {2000.0,0.0,5.0,2500.0,0.0,5.0,2000.0,500.0,5.0,2500.0,500.0,5.0}, {2000.0,500.0,5.0,2500.0,500.0,5.0,2000.0,1000.0,5.0,2500.0,1000.0,5.0}, {2000.0,1000.0,5.0,2500.0,1000.0,5.0,2000.0,1500.0,5.0,2500.0,1500.0,5.0}, {2000.0,1500.0,5.0,2500.0,1500.0,5.0,2000.0,2000.0,5.0,2500.0,2000.0,5.0}, {2000.0,2000.0,5.0,2500.0,2000.0,5.0,2000.0,2500.0,5.0,2500.0,2500.0,5.0}, {2000.0,2500.0,5.0,2500.0,2500.0,5.0,2000.0,2998.0,5.0,2500.0,2998.0,5.0}, {2500.0,-2998.0,5.0,2998.0,-2998.0,5.0,2500.0,-2500.0,5.0,2998.0,-2500.0,5.0}, {2500.0,-2500.0,5.0,2998.0,-2500.0,5.0,2500.0,-2000.0,5.0,2998.0,-2000.0,5.0}, {2500.0,-2000.0,5.0,2998.0,-2000.0,5.0,2500.0,-1500.0,5.0,2998.0,-1500.0,5.0}, {2500.0,-1500.0,5.0,2998.0,-1500.0,5.0,2500.0,-1000.0,5.0,2998.0,-1000.0,5.0}, {2500.0,-1000.0,5.0,2998.0,-1000.0,5.0,2500.0,-500.0,5.0,2998.0,-500.0,5.0}, {2500.0,-500.0,5.0,2998.0,-500.0,5.0,2500.0,0.0,5.0,2998.0,0.0,5.0}, {2500.0,0.0,5.0,2998.0,0.0,5.0,2500.0,500.0,5.0,2998.0,500.0,5.0}, {2500.0,500.0,5.0,2998.0,500.0,5.0,2500.0,1000.0,5.0,2998.0,1000.0,5.0}, {2500.0,1000.0,5.0,2998.0,1000.0,5.0,2500.0,1500.0,5.0,2998.0,1500.0,5.0}, {2500.0,1500.0,5.0,2998.0,1500.0,5.0,2500.0,2000.0,5.0,2998.0,2000.0,5.0}, {2500.0,2000.0,5.0,2998.0,2000.0,5.0,2500.0,2500.0,5.0,2998.0,2500.0,5.0}, {2500.0,2500.0,5.0,2998.0,2500.0,5.0,2500.0,2998.0,5.0,2998.0,2998.0,5.0}, {280.0,1300.0,5.0,500.0,1300.0,5.0,280.0,1500.0,5.0,500.0,1500.0,5.0}, {300.0,500.0,5.0,390.0,500.0,5.0,300.0,640.0,5.0,390.0,640.0,5.0}, {-750.0,0.0,5.0,-670.0,0.0,5.0,-750.0,270.0,5.0,-670.0,270.0,5.0}} for i,v in ipairs(Water) do local water = createWater (v[1],v[2],v[3],v[4],v[5],v[6],v[7],v[8],v[9],v[10],v[11],v[12]) local x,y,z = getElementPosition(water) setElementPosition(water,x,y,z) end Make sure to make it client side.
  5. You just wait x2 ( In other words I already have servers in works containing these said game modes.)
  6. I'd wait until Ren or someone responds. I don't have proper experience with FX.
  7. It's not a bug, it's because changing skins resets your player.
  8. I made a batch script that converts water.dat s to lua water. I'll post it if I can find it.
  9. Edit -- Found it, and yes from the looks of things it is. One issue though "Also have in mind that the map objects should not be rotated "
  10. If a functional light shader can be made out of this we could potentially make coronas emit proper lighting, add flashlights, etc and have them emit light on everything.
  11. How would I go about projecting a picture, and have it display on every object (That the picture is projected on) with right positioning and what not . I'm trying to accomplished vehicle lighting similar to this Instead of using extremely laggy pixel per lighting the lights here are actually a picture that is projected on the objects. SA uses a similar system, but way less advanced than what I'm trying to do. (And if I'm not mistaken Gta 4 and 5 both use it for vehicle lights) (Sorry about having no base script or anything; I know Lua, but not too much FX)
  12. Try exports.scoreboard:scoreboardResetColumns("") and exports.scoreboard:addScoreboardColumn("") Edit : Sorry didn't notice you solved it
  13. That old lady was kicking this lads butt.
  14. SA performs quite slow on newer computers due to the structure of it.
  15. try adding the .map file as a file src.
  16. MTA is a single core game due to SA being single core or in other words, they are both 32 bit.
  17. It is indeed likely the onCheckZombie function, nothing here looks to be causing that.
  18. 25 : | Which line in the code you posted here represents line 25?
  19. It's not an issue for you, shadow cols in SA are junk if you read what I said above.
×
×
  • Create New...