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);
}
__________________