Friday, September 19, 2008

Writing Your Own AMXX Plugins, All you need is C++ and AMXX Documentation

You can write your own amxx plugins just by opening the amxmodx studio and writing a program in it. You also need to know the commands which will interact with the library modules. Like,
You can get the documentation at http://www.amxmodx.org/doc/
some sample functions:
  1. cs_get_user_deaths
  2. cs_get_user_money
  3. cs_get_user_bpammo
  4. ...

There are some hundreds of functions like this. Using these functions you should get the information and you can make your own game play.

No comments:

Post a Comment