Search found 80 matches

by Monday
Mon Aug 20, 2012 12:34 pm
Forum: General Discussion
Topic: Nightly builds
Replies: 2
Views: 3435

We have discussed adding a build bot, but we just are not there yet. When we get to that point, I am sure we will make an announcement!
by Monday
Mon Aug 20, 2012 12:32 pm
Forum: General Discussion
Topic: Playerlib
Replies: 4
Views: 5094

We have a Player class, but you cannot set any of those items with it yet. (It's still a work in progress)
by Monday
Sun Aug 19, 2012 5:45 pm
Forum: Plugin Development Support
Topic: importing another .py file from same folder?
Replies: 12
Views: 11144

Make sure sql.py will run on python 3.3
by Monday
Sun Aug 19, 2012 5:42 pm
Forum: News & Announcements
Topic: Wiki (A work in progress)
Replies: 6
Views: 7965

Wiki (A work in progress)

Please excuse us as we start restructuring our wiki, we are attempting to make the experience much easier for readers. To access the current wiki please link the link at the top of the page, or by clicking on the following link [wiki]Source.Python[/wiki] Thank you very much for your patience! http:/...
by Monday
Sun Aug 19, 2012 4:21 pm
Forum: News & Announcements
Topic: IEffects library now available!!!
Replies: 18
Views: 18285

Thats a weird issue...
by Monday
Sun Aug 19, 2012 4:05 pm
Forum: General Discussion
Topic: sp_load problem
Replies: 11
Views: 9370

I'm actually kind of glad it wont run on a local server? In the past plugins such as this have abused on local clients...
by Monday
Sat Aug 18, 2012 9:14 am
Forum: General Discussion
Topic: Loading error after building from source
Replies: 5
Views: 5671

You can also download a fairly recent version here if you like: https://code.google.com/p/source-python/downloads/list
by Monday
Sat Aug 18, 2012 9:11 am
Forum: News & Announcements
Topic: New Forum Premissions
Replies: 7
Views: 9068

Omega_K2 wrote:Is it okay if that picture's sparkling sightly disturbs me? :P


nope. not okay. http://psychcentral.com/therapy/
by Monday
Sat Aug 18, 2012 9:00 am
Forum: General Discussion
Topic: A few questions according for scripts
Replies: 19
Views: 16905

You might be able to use something like this: (not sure if this will work)

Syntax: Select all

IVEngineServer.ServerCommand('echo We loaded our first addon! (Hello World!)')
by Monday
Sat Aug 18, 2012 8:33 am
Forum: General Discussion
Topic: Loading addon
Replies: 2
Views: 3765

Thanks Tuck for answering the question, please use the search function before asking a question in the future. :)
by Monday
Sat Aug 18, 2012 8:27 am
Forum: Plugin Development Support
Topic: Best way to retrieve steamid / gametag?
Replies: 7
Views: 7852

I'm not sure about this... but I think this would work: myPlayer = Player.PlayerOfUserid(userid) steamid = myPlayer.GetNetworkIDString() tag = myPlayer.GetName() Try it out? well looping is fine though, maybe it's just me but wouldnt a api that stores the IPlayerInfo in a dic...
by Monday
Sat Aug 18, 2012 8:06 am
Forum: Plugin Development Support
Topic: Best way to retrieve steamid / gametag?
Replies: 7
Views: 7852

I believe so.. We may later add library methods that do the looping for you, but all that will provide is a little less work on your end.

Satoon has been messing with the player stuff much more than I have, so maybe he will chime in.
by Monday
Sat Aug 18, 2012 7:42 am
Forum: Plugin Development Support
Topic: Best way to retrieve steamid / gametag?
Replies: 7
Views: 7852

Well if you had the player instance already you could use IVEngineServer.GetPlayerNetworkIDString()
by Monday
Fri Aug 17, 2012 8:11 am
Forum: News & Announcements
Topic: New Forum Premissions
Replies: 7
Views: 9068

New Forum Premissions

Congratulations!


You may reply to this thread, and discuss everything you ever dreamed of!
by Monday
Tue Aug 14, 2012 7:31 pm
Forum: Whatever
Topic: srcds problem
Replies: 3
Views: 5179

is the mapgroup your problem? is that a defined group?
by Monday
Mon Aug 13, 2012 3:25 pm
Forum: Plugin Development Support
Topic: Pointers needed
Replies: 7
Views: 7983

I reread the question and think I misunderstood him the first time. I thought he was trying to pass rcon commands from the eggdrop for some reason.
by Monday
Mon Aug 13, 2012 3:18 pm
Forum: Plugin Development Support
Topic: Pointers needed
Replies: 7
Views: 7983

The only thing mentioned that we do have is the ability to get a player's SteamID. We still do not have command support or an Auth service. These are still being worked on. Also, we are considering whether or not to add MySQL to our site-packages. Satoon // For stephen CLASS_METHOD(IVEngineServ...
by Monday
Mon Aug 13, 2012 3:13 pm
Forum: Whatever
Topic: cs:go weapon list of all the weapon names in the game?
Replies: 12
Views: 13195

thanks, i updated my list
by Monday
Mon Aug 13, 2012 10:11 am
Forum: Plugin Development Support
Topic: Pointers needed
Replies: 7
Views: 7983

I think we have some of that functionality already added with engine... but i dont think we have documented any of it yet.
by Monday
Mon Aug 13, 2012 10:05 am
Forum: API Design
Topic: Player List Filters
Replies: 20
Views: 20702

I think we should go with T/CT for readability and ease... we can always add team aliases later. (I think we are quite a ways off from multi-game support anyways)

Go to advanced search