A friend of me (Lt.Colt) is coding since 2 days and finshed his md_WeaponControl.
This allows you to set weapon enabled/disabled over rcon.
Example to disable/enable Peacemaker:
- Code: Select all
/rcon g_aPeacemaker 0 //for disable
/rcon g_aPeacemaker 1 //for enable
Here he has got a question:
1)
How to print a message (central print)?
2)
How to use this mod in a server (so that all can connec to it, they get an error at the moment)?
He only change things in the /game/ and only add the qagame in the vm...