Search found 6 matches

by BrunoG
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: 5401

Thanks Satoon, i'll have a look into those later, seems to be a better approach.
by BrunoG
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: 5401

I've managed to figure out the not loading issue, was a left over import es, on another addon that i'm importing some variables, my bad.

Thanks for the info about the logging =)
by BrunoG
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: 5401

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&...
by BrunoG
Wed Feb 05, 2014 6:44 am
Forum: Plugin Development Support
Topic: Import variable from plugin a to plugin b
Replies: 6
Views: 6325

Using the SPPluginManager works.

Thanks for the quick reply!
by BrunoG
Wed Feb 05, 2014 6:16 am
Forum: Plugin Development Support
Topic: Import variable from plugin a to plugin b
Replies: 6
Views: 6325

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...
by BrunoG
Mon Jan 27, 2014 1:38 am
Forum: News & Announcements
Topic: New Update!!
Replies: 4
Views: 7054

Awesome!

I've started to convert one plugin i'm writing in ES to SP, since the wiki is outdated, is anyway to help on updating it?

Maybe make docs on GitHub so that we can do PR?

Thanks!

Go to advanced search