Avagard Posted May 7, 2017 Share Posted May 7, 2017 hello.. can some one tell me an easy way to make custom weapon with different weapon models? Link to comment
Dimos7 Posted May 7, 2017 Share Posted May 7, 2017 you mean not replace it right if that so then use createWeapon Link to comment
Avagard Posted May 7, 2017 Author Share Posted May 7, 2017 but it does not change the model. Link to comment
Dimos7 Posted May 7, 2017 Share Posted May 7, 2017 there is way change the model put it replace it with mod one you have download for all the players Link to comment
Avagard Posted May 7, 2017 Author Share Posted May 7, 2017 (edited) wa..wut? i want people to have different weapon models from each other and they can see the other guy weapon model.. how can i do that? if you say no... i saw it in some servers Edited May 7, 2017 by Avagard Link to comment
3aGl3 Posted May 8, 2017 Share Posted May 8, 2017 Since you asked for an easy way to do it there is only one answer: No. If you are up for it, it can be done with a bunch of scripting, as Dimos7 wrote, you can create weapons and change their models individually. You could do that for every player that is streamed in on the local client, which would show the weapons the other players have. Using free model ids you can then add new weapon models to the server and apply these to the custom weapons. Link to comment
pa3ck Posted May 8, 2017 Share Posted May 8, 2017 The way most people do is, they replace the weapon with an invisible object, so you will not see anything. You will then attach your gun model to the players' hand, that way you can have multiple guns for the same "invisible" model. Link to comment
Avagard Posted May 8, 2017 Author Share Posted May 8, 2017 (edited) 6 minutes ago, pa3ck said: The way most people do is, they replace the weapon with an invisible object, so you will not see anything. You will then attach your gun model to the players' hand, that way you can have multiple guns for the same "invisible" model. how can i attach them to the player hand? and what is the differences between createWeapon and giveWeapon? Edited May 8, 2017 by Avagard Link to comment
Fist Posted May 8, 2017 Share Posted May 8, 2017 7 hours ago, Avagard said: how can i attach them to the player hand? and what is the differences between createWeapon and giveWeapon? createWeapon creates custom weapon which you can create so many cool things with (place weapon on car, on plane, make turrets out of and way more) but with giveWeapon just gives a weapon to specified player from GTA's weapon list. Link to comment
pa3ck Posted May 9, 2017 Share Posted May 9, 2017 To attach them to the players' hand, use bone_attach resource from the community. 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