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:
- cs_get_user_deaths
- cs_get_user_money
- cs_get_user_bpammo
- ...
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