vn007322815 Posted November 6, 2013 Share Posted November 6, 2013 BossPedSkins = { 1, 2 } setElementData(getRootElement(), "bosstotal", 0) setElementData(getRootElement(), "bossalive", 0) createTeam("bosss") itemTableBoss = { { "Box of Matches", 328, 0.4, 90, 5 }, { "Wood Pile", 1463, 0.4, 0, 5 }, { "M1911", 346, 1, 90, 0.4 }, { "M9 SD", 347, 1, 90, 0.4 }, { "Winchester 1866", 349, 1, 90, 0.4 }, { "PDW", 352, 1, 90, 0.3 }, { "Hunting Knife", 335, 1, 90, 7 }, { "Hatchet", 339, 1, 90, 7 }, { "Pizza", 1582, 1, 0, 7 }, { "Soda Bottle", 2647, 1, 0, 7 }, { "Empty Gas Canister", 1650, 1, 0, 5 }, { "Roadflare", 324, 1, 90, 9 }, { "Milk", 2856, 1, 0, 5 }, { "Assault Pack (ACU)", 3026, 0.5, 0, 6 }, { "Painkiller", 2709, 0.5, 0, 7 }, { "Empty Soda Cans", 2673, 0.5, 0, 6 }, { "Scruffy Burgers", 2675, 0.5, 0, 6 }, { "Grenade", 342, 1, 0, 0.5 }, { "Desert Eagle", 348, 1, 90, 0.3 }, { "Sawn-Off Shotgun", 350, 1, 90, 0.2 }, { "SPAZ-12 Combat Shotgun", 351, 1, 90, 0.2 }, { "MP5A5", 353, 1, 90, 0.1 }, { "Watch", 2710, 1, 0, 3 }, { "Heat Pack", 1576, 1, 0, 6 }, { "Wire Fence", 933, 0.25, 0, 1 }, { "Lee Enfield", 357, 1, 90, 0.2 }, { "Alice Pack", 3026, 1, 0, 0.5 }, { "Tire", 1073, 1, 0, 1 }, { "Morphine", 1579, 1, 0, 2 }, { "Civilian Clothing", 1577, 1, 0, 12 }, { "Map", 1277, 0.8, 90, 4 }, { "GPS", 2976, 0.15, 0, 1 }, { "Pasta Can", 2770, 0.1, 0, 5 }, { "Beans Can", 2601, 1, 0, 5 }, { "Burger", 2768, 1, 0, Link to comment
SKIDROW Posted November 6, 2013 Share Posted November 6, 2013 The function "getElementData()" returns false if the requested data doesn't exist. Maybe is it. Link to comment
TAPL Posted November 6, 2013 Share Posted November 6, 2013 if getElementData(source, "spawnedboss") + 1 <= gameplayVariables.playerboss then Where is gameplayVariables.playerboss defined? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now