Get the index of model
I want to get the index of weapon model(knife, pistol, smg ...). Anyone help me? Thank!
|
Re: Get the index of model
Decals/Models Lister v0.2 - just review plugin's source code...
|
Re: Get the index of model
Thank you. But I want to get the index like function "find_ent_by_class".
|
Re: Get the index of model
Then you are looking for an entity ID, not a model
Refer to this plugin for clues http://forums.alliedmods.net/showthread.php?p=459754 Usage: http://www.amxmodx.org/funcwiki.php?...lass&go=search |
Re: Get the index of model
index = id
|
Re: Get the index of model
Erm. Finding index by model. Using a function "like find_ent_by_class"...
...how about find_ent_by_model |
Re: Get the index of model
find_ent_by_class ( StartEntity, Classname[] )
find_ent_by_model ( StartEntity, Classname[], Model[] ) What is Classname[] and Model[]? Please show me a tutorial. Thanks! |
Re: Get the index of model
We can't help you with anything unless you tell us how you are going to use it.
|
Re: Get the index of model
1 Attachment(s)
Please view this image(attachment).
|
Re: Get the index of model
Code:
|
| All times are GMT -4. The time now is 01:24. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.