Search found 1256 matches

by L'In20Cible
Thu Mar 27, 2014 9:52 pm
Forum: Plugin Releases
Topic: Parachute v0.03!
Replies: 44
Views: 64967

Bur really you can check the players last input?! That's awesome! Yeah, PlayerInfo.get_last_user_command returns a BotCmd instance so you can listen player's buttons, movements, impulses, weapon selections (into the HUD), etc. It gives you the same informations a CUserCmd provides except that you c...
by L'In20Cible
Thu Mar 27, 2014 10:02 am
Forum: Plugin Releases
Topic: Parachute v0.03!
Replies: 44
Views: 64967

Parachute v0.03!



Parachute_v0.03.zip
- Patched crashes on Linux (see issue #157).
(254.47 KiB) Downloaded 994 times

Parachute_v0.02.zip
- Optimizations.
- New mechanic: Steering lines!
- New model for OrangeBox and CS:GO engines.
- Cheap "scaling" animation to simulate the deployment of the parachute.
- Parachute parenting for movement prediction.
(254.45 KiB) Downloaded 858 times

Parachute_v0.01.zip
(3.06 KiB) Downloaded 1003 times
by L'In20Cible
Wed Mar 26, 2014 6:48 pm
Forum: General Discussion
Topic: Heads up
Replies: 11
Views: 10430

Something like this should block the connect/disconnect messages: from memory import get_object_pointer from memory import make_object from memory import Convention, Argument, Return from events import GameEvent from events.manager import GameEventManager from memory.hooks import PreHook from core i...
by L'In20Cible
Wed Mar 26, 2014 6:04 pm
Forum: General Discussion
Topic: Heads up
Replies: 11
Views: 10430

I don't know if this sounds worth enough for you, but I always thought of a server-side sayfilter, so we could prevent messages from the server, or modify them on our will. I didn't test but, something like this should works: from messages import SayText2 from commands.server import ServerCommand @...
by L'In20Cible
Thu Mar 20, 2014 3:14 am
Forum: News & Announcements
Topic: Community help
Replies: 5
Views: 7563

Thanks for the translations!
by L'In20Cible
Fri Mar 07, 2014 5:16 am
Forum: General Discussion
Topic: Thread titles
Replies: 8
Views: 8190

Nice to know, thanks for the tip! ^^
by L'In20Cible
Wed Sep 11, 2013 6:32 pm
Forum: General Discussion
Topic: IRC Channel #sourcepython unregistered
Replies: 3
Views: 4643

Oh, didn't realize there was an applet for it. xD
by L'In20Cible
Wed Sep 11, 2013 1:42 am
Forum: General Discussion
Topic: IRC Channel #sourcepython unregistered
Replies: 3
Views: 4643

I just created it back at #Source.Python and I will try to stay online 24/7 via my phone.
by L'In20Cible
Sun Jul 28, 2013 3:14 am
Forum: Plugin Development Support
Topic: (protobuf-) messages crashes
Replies: 2
Views: 3873

Yeah, some messages for CS:GO are incomplete cause they can't really rely on the same system used for OB. To be honnest, it was a hurry-commit since I was leaving for at least 3 months (3-4 weeks left! :D ).
by L'In20Cible
Wed Jul 03, 2013 12:40 am
Forum: API Design
Topic: Custom event or listener for "CSourcePython::NetworkIDValidated"
Replies: 4
Views: 6652

I can,t check right now but I think ES is calling the event based on IServerPluginCallbacks::ClientActivated or PlayerFullyConnected (not sure of the names) but I know there is functions like that.
by L'In20Cible
Sat Jun 01, 2013 4:51 am
Forum: Whatever
Topic: Error trying to download from svn
Replies: 4
Views: 7040

I have no problem with TortoiseHG.
by L'In20Cible
Sat Jun 01, 2013 2:09 am
Forum: Whatever
Topic: Error trying to download from svn
Replies: 4
Views: 7040

tnarocks wrote:repository C:\Users\Matt\Desktop\source-python not found
Create it? lol
by L'In20Cible
Sat May 25, 2013 3:28 am
Forum: Whatever
Topic: Gamemodes Maker
Replies: 1
Views: 3895

Well, SP is a gamemodes maker. :)
by L'In20Cible
Sun Apr 21, 2013 6:30 pm
Forum: Whatever
Topic: L'In20Cible
Replies: 2
Views: 4825

Hey tnarocks,

You are on the wrong forums! If you want any support, please, post there: [url]http://forums.eventscripts.com/viewtopic.php?f=58&t=38933[/url]

Thanks,

L'In20Cible
by L'In20Cible
Thu Mar 28, 2013 10:20 pm
Forum: General Discussion
Topic: Building Source Python
Replies: 4
Views: 5803

by L'In20Cible
Tue Mar 19, 2013 8:45 pm
Forum: Whatever
Topic: Site Changes
Replies: 19
Views: 18446

Good job! :)
by L'In20Cible
Thu Feb 21, 2013 1:11 pm
Forum: Whatever
Topic: happy birthday
Replies: 5
Views: 7522

Aw, thanks! :D
by L'In20Cible
Mon Feb 04, 2013 3:38 am
Forum: Plugin Development Support
Topic: Healing and Hopefully Better Questions
Replies: 23
Views: 18419

Hey paytonpenn,

It would be easier to help you solving that problem with your code.

Thanks,

L'In20Cible
by L'In20Cible
Mon Feb 04, 2013 2:39 am
Forum: Plugin Development Support
Topic: Healing and Hopefully Better Questions
Replies: 23
Views: 18419

Hey paytonpenn,

Taking the example Satoon gave you:

Syntax: Select all

ct_count = len(list(ct_players))

L'In20Cible
by L'In20Cible
Sat Feb 02, 2013 12:06 pm
Forum: Plugin Releases
Topic: MostDamage v1.3
Replies: 23
Views: 28207

Oh, yeah. Totally forgot about the characters issue. It was working fine prior the site being down.

http://pastebin.com/jKYiKHEC

L'In20Cible

Go to advanced search