What a shitty code, learn to code...
Some basics
- register_plugin has to be in public plugin_init
- clean up your code, it's messy
- the AUTHOR, NAME and VERSION of your register_plugin must be between 2 " ("1.0")
- 'new health, armor & maxspeed' must be in public client_putinserver
- there is no such thing as cs_set_user_health & cs_set_user_maxspeed
- why are you using 'id' if it's not defined?
- 'armor +50' and all that shit, isn't possible... How do you think?
Fix those things first & then ask for help
__________________