• ArmyRP, an i dea of mine
    1 replies, posted
Well i am just starting with LUA, so im a noob. Well i thought of an idea called ArmyRP Basicly it would be a miliatary RP, where you make a base , kill, and etc.. Here is the layout i was hoping for- Teams: Op-for, Marines, and Citizens. there would be 9 classes : Op-for Medic, Op-for Soldier, Op-for Commando, and Op-for Trader - Marine, Medic, Sargent, and a trader - citizen... U should start out with about 700 dolla.. The inventories would differ depending on team - i would use CS:S realistic Weapons.. The trader for each team would have Weapons based on there team, like a Op-For trader would have a AK-47 not a m4a1.. I haven't found a map yet but i will... REMEMBER THESE ARE IDEAS, IF YOU COULD HELP ME MAKE THIS OR MAKE IT FOR ME , plz pm me.. oh and if you do make it plz don't give me a small amount of credit if you don't give it to me.. Thanks P.S. i am pretty sure this is the right place to post this correct me if i am wrong
You might want to work on your spelling, it's hard to read it. It should be fairly easy to edit DarkRP to most of those changes. [b]EDIT[/b] I've quickly made something that seems like what you want. [code]TEAM_USMC_RIFLEMAN = AddExtraTeam("Marine Rifleman", Color(0, 0, 0, 255), "models/player/group03/male_01.mdl", [[ Example Description here, edit this]], {"weapon_real_cs_m4a1"}, "MarineRifleman", 0, 30, 0, false) TEAM_USMC_CORPSMAN = AddExtraTeam("Marine Corpsman", Color(0, 0, 0, 255), "models/player/group03/male_01.mdl", [[ Example Description here, edit this]], {"weapon_real_cs_m4a1", "Med_kit"}, "Corpsman", 0, 30, 0, false) TEAM_USMC_SERGEANT = AddExtraTeam("Marine Sergeant", Color(0, 0, 0, 255), "models/player/group03/male_01.mdl", [[ Example Description here, edit this]], {"weapon_real_cs_m4a1"}, "Sergeant", 1, 30, 0, false) TEAM_USMC_QUARTERMASTER = AddExtraTeam("Marine QuarterMaster", Color(0, 0, 0, 255), "models/player/group03/male_01.mdl", [[ Edit this text to change the description]], {"weapon_real_cs_m4a1", "QuarterMaster", 0, 30, 0, false) AddDoorGroup("Marines Only", {TEAM_USMC_RIFLEMAN, TEAM_USMC_CORPSMAN, TEAM_USMC_SERGEANT, TEAM_USMC_QUARTERMASTER}) AddAgenda("Marine Agenda", {TEAM_USMC_SERGEANT, {TEAM_USMC_RIFLEMAN, TEAM_USMC_CORPSMAN, TEAM_USMC_QUARTERMASTER})[/code] It's not finished and might not work properly but if you want to put these in DarkRP: You need to open shared.lua from the DarkRP SVN, best thing to use is Notepad, Delete everything after Citizen and copy-paste this code in.
Sorry, you need to Log In to post a reply to this thread.