Search found 6 matches
- Sun Feb 16, 2014 1:55 pm
- Forum: Plugin Development Support
- Topic: Help with Client Command Filter to force players to join specified team
- Replies: 5
- Views: 7306
- Sat Feb 15, 2014 9:44 pm
- Forum: Plugin Development Support
- Topic: Help with Client Command Filter to force players to join specified team
- Replies: 5
- Views: 7306
- Sat Feb 15, 2014 9:27 pm
- Forum: Plugin Development Support
- Topic: Help with Client Command Filter to force players to join specified team
- Replies: 5
- Views: 7306
Help with Client Command Filter to force players to join specified team
Hello, I've this ES snippet import es def load(): es.addons.registerClientCommandFilter(cc_filter) def unload(): es.addons.unregisterClientCommandFilter(cc_filter) def cc_filter(userId, args): if args[0].lower() == 'jointeam': team = getPlayer&...
- Wed Feb 05, 2014 6:44 am
- Forum: Plugin Development Support
- Topic: Import variable from plugin a to plugin b
- Replies: 6
- Views: 9472
- Wed Feb 05, 2014 6:16 am
- Forum: Plugin Development Support
- Topic: Import variable from plugin a to plugin b
- Replies: 6
- Views: 9472
Import variable from plugin a to plugin b
Hello, So i'm trying to import a variable from plugin a to plugin b , but i'm not being able to understand where the error is because the plugin2 just says it can't be loaded. Code # cstrike/addons/source-python/plugins/plugin1/plugin1.py variable = ["foo"] # cstrike/addons/source-python/p...
- Mon Jan 27, 2014 1:38 am
- Forum: News & Announcements
- Topic: New Update!!
- Replies: 4
- Views: 9096