Instant change weapon model
I have a problem with instant change weapon model through Forward - FM_UpdateClientData and I don't know, where is the error, please?
Code: PHP Code:
|
Re: Instant change weapon model
Can you explain what are you trying to do?
|
Re: Instant change weapon model
Immediately change the knife model.
|
Re: Instant change weapon model
Ham_ItemDeploy is enough. No need for such forwards. Just register it with weapon_knife and set the models.
|
Re: Instant change weapon model
This is only part of the code, I want to more models later...
|
Re: Instant change weapon model
add this
PHP Code:
|
Re: Instant change weapon model
Quote:
No need for UpdatePlayerInfo. |
Re: Instant change weapon model
Depends how many weapons will have different models. If you have lots, ResetMaxSpeed() would be acceptable.
Can also be done with just a couple lines in Orpheu. :) |
Re: Instant change weapon model
Quote:
Quote:
|
Re: Instant change weapon model
To change immediately:
ExecuteHamB(Ham_Item_Deploy, find_ent_by_owner(-1, "weapon_knife", id)); |
| All times are GMT -4. The time now is 21:05. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.