1. This forum is ARCHIVED! Visit the new Cloud Sixteen forums, codename Eden, at https://eden.cloudsixteen.com. These forums will remain archived for a few months before being closed down, so try to encourage plugin developers to begin moving their content across to the new forums.
Dismiss Notice
Hi Guest, you need a Steam account to register and post on these forums. Login with Steam at the top of the forums to get started!
Dismiss Notice
Hi Guest, do you want to buy HL2RP or another Clockwork schema? Visit the Cloud Sixteen Store to get started!

Jobs

Discussion in 'Discussion' started by zaccat, Dec 31, 2012.

  1. Guys im just wondering Are you allowed to Make jobs or arent you allowed

    And if you are Can you tell me where to put the jobs there are alot of folders and lua folders




    Thank you
     
  2. jamiecross

    jamiecross HTML and VB coder

    Jobs? You mean factions right?

    goto garrysmod\gamemodes\cwHL2RP\schema\factions

    create a new file for example "sh_rebel.lua" always have sh at the start of it,
    Open "sh_citizen.lua" copy the code and paste it in "sh_rebel.lua" then just edit it from there,
    Also you will need to create a class for it to work.
     
  3. Do i do the same for Class then
     
  4. Razor

    Razor Guest

    Yes, just start by editing one of the other class files.
     
  5. I've been doing that and I get TOO MANY LUA ERRORS
    How do I fix that? :p
     
  6. Spencer

    Spencer Spencer Sharkey

    You do it correctly.
     
  7. Err, I followed his steps, and I continue to get an error.
    I'm asking, how or what I could be doing wrong.
     
  8. Check the console.log for errors to get any possible clues on why it isn't working.
     
  9. I copy and pasted what was in the sh_citizen.lua and make a new sh_silicone.lua pasted it in there

    But i cant find the models so i cant change them from the already citizen ones

    I mean i have created them but i cant see where you replace the models



    Wait do i put it here FACTION.material = "halfliferp/factions/citizen"; But i dont know it says FACTION.Material not model
     
  10. That's the material path..
     
  11. So how do i change the model
     
  12. Razor

    Razor Guest

    FACTION.models = {male = {"path1.mdl", "path2.mdl"}, female = {"path3.mdl", "path4.mdl"}}
     

Previous Readers (Total: 0)