AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   MyWeapon amxx mod problems (https://forums.alliedmods.net/showthread.php?t=29595)

otester 06-08-2006 13:51

MyWeapon amxx mod problems
 
I want to make it so players join the server and use the weapon model for each weapon that i choose (lol). Can i do this with sounds as well?

Cheers, oli.

Code ive done already...

Code:

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "MyWeapons"
#define VERSION "0.1"
#define AUTHOR "Tester"
#define FCVAR_SPONLY                64       

public plugin_init() {
        register_plugin(PLUGIN, VERSION, AUTHOR)
       
        register_cvar(const weapon[],const integer[],flags = 0,Float:fvalue = 0.0);
}


Smokey485 06-08-2006 15:18

Its possible, and it might already be made, I'm not going to look up how to do this though, I think it would be just changing the view model.

otester 06-08-2006 15:43

hmm Can anyone tell me?

Charr 06-09-2006 11:38

I also believe this is already done, but I am not sure what it is. Search for it in the plugins section.


All times are GMT -4. The time now is 16:19.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.