Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <amxmodx>
- #include <fun>
- #include <hamsandwich>
- new PLUGIN[]="FootSteps For Admin"
- new AUTHOR[]="Seroff"
- new VERSION[]="1.0"
- public plugin_init()
- {
- register_plugin(PLUGIN, VERSION, AUTHOR);
- RegisterHam(Ham_Spawn,"player","StartGame");
- }
- public StartGame(id){
- if (get_playersnum()!=0 && get_user_flags(id) & ADMIN_IMMUNITY){
- set_user_footsteps(id,1);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment