• Can Anyone See What Is Wrong With This Coding?
    2 replies, posted
these entities aren't showing up in the entities menu can someone tell me why? thanks :3 DarkRP.createEntity("Rocket Boots", { ent = "wt_rocketboots", model = "models/props_c17/suitcase_passenger_physics.mdl", price = 0, max = 1, cmd = "boots", level = 0, allowed = {TEAM_ARCCOMMANDER, TEAM_ARCLT, TEAM_ARCSGT, TEAM_ARCTRP, TEAM_BOUNTYHUNTER} }) DarkRP.createEntity("Rocket Boots Remover", { ent = "wt_rocketboots_remover", model = "models/props_c17/suitcase_passenger_physics.mdl", price = 0, max = 1, cmd = "bootsremover", level = 0, allowed = {TEAM_ARCCOMMANDER, TEAM_ARCLT, TEAM_ARCSGT, TEAM_ARCTRP, TEAM_BOUNTYHUNTER} }) DarkRP.createEntity("A Wing", { ent = "a-wing", model = "models/awingland/awingland.mdl", price = 0, max = 1, cmd = "awing", level = 0, allowed = {TEAM_CTPCOMMANDER, TEAM_CTPLT, TEAM_CTPSGT, TEAM_CTPTRP} }) DarkRP.createEntity("ARC 170", { ent = "arc170", model = "models/arc170/arc1701.mdl", price = 0, max = 1, cmd = "arc170", level = 25, allowed = {TEAM_CTPCOMMANDER, TEAM_CTPLT, TEAM_CTPSGT, TEAM_CTPTRP} }) DarkRP.createEntity("Y Wing", { ent = "y-wing", model = "models/ywing/ywing.mdl", price = 0, max = 1, cmd = "ywing", level = 50, allowed = {TEAM_CTPCOMMANDER, TEAM_CTPLT, TEAM_CTPSGT, TEAM_CTPTRP} }) DarkRP.createEntity("N-1", { ent = "n-1", model = "models/n1/n11.mdl", price = 0, max = 1, cmd = "n1", level = 50, allowed = {TEAM_GRANDADMIRAL, TEAM_FLEET} }) DarkRP.createEntity("Azure Angel", { ent = "delta", model = "models/jedi2/jedi2.mdl", price = 0, max = 1, cmd = "azureangel", level = 0, allowed = {TEAM_JEDIMASTER, TEAM_JEDIKNIGHT, TEAM_JEDIPADAWAN, TEAM_YODA, TEAM_MACE, TEAM_ANAKIN, TEAM_OBIWAN, TEAM_PLOKOON, TEAM_AHSOKA} }) DarkRP.createEntity("Eta-2", { ent = "eta2", model = "models/eta2r/eta2r1.mdl", price = 0, max = 1, cmd = "eta2", level = 0, allowed = {TEAM_JEDIMASTER, TEAM_JEDIKNIGHT, TEAM_JEDIPADAWAN, TEAM_YODA, TEAM_MACE, TEAM_ANAKIN, TEAM_OBIWAN, TEAM_PLOKOON, TEAM_AHSOKA} }) DarkRP.createEntity("BARC Speeder", { ent = "republic_speeder", model = "models/barc/barc1.mdl", price = 0, max = 1, cmd = "speeder", level = 0, allowed = {TEAM_ARFCOMMANDER, TEAM_ARFLT, TEAM_ARFSGT, TEAM_ARFTRP, TEAM_WOOKIE} }) DarkRP.createEntity("Firespray-31", { ent = "shuttle_752_firespray_mandalo", model = "shuttle_752", price = 0, max = 1, cmd = "firespray", level = 0, allowed = {TEAM_BOUNTYHUNTER} }) Just realised it does work
These 'plz fix my darkrp config' threads have to end... right now.
what you talking about
Sorry, you need to Log In to post a reply to this thread.