I updated my previous post, probably after you already read it. Yes, knifegg is the golden knife that you get on the last level of Arsenal: ArmsRace (GunGame DeathMatch).
Satoon
Search found 1777 matches
- Wed Aug 15, 2012 3:55 pm
- Forum: Whatever
- Topic: cs:go weapon list of all the weapon names in the game?
- Replies: 12
- Views: 17085
- Wed Aug 15, 2012 3:36 pm
- Forum: Whatever
- Topic: cs:go weapon list of all the weapon names in the game?
- Replies: 12
- Views: 17085
Having just tested to verify, weapon_knifegg shows as knifegg in both events. That weapon is the knife you get on the last level in Arsenal: ArmsRace. I do not believe weapon_c4 can ever cause player_hurt or player_death. The flashbang, smokegrenade and decoy cannot cause damage either. They can, ho...
- Wed Aug 15, 2012 2:31 pm
- Forum: Whatever
- Topic: cs:go weapon list of all the weapon names in the game?
- Replies: 12
- Views: 17085
Weapon names never did start with weapon_ in player_hurt or player_death (or item_pickup, as Ayuto mentioned). Smoke grenade projectiles (cannot remember if the new weapons do this or not, but flashbang doesn't, and hegrenades projectiles cannot "hurt" players) shows as smokegrenade_projectile in pl...
- Wed Aug 15, 2012 2:33 am
- Forum: Plugin Development Support
- Topic: Distance between two points ?
- Replies: 7
- Views: 10291
- Tue Aug 14, 2012 11:28 pm
- Forum: Whatever
- Topic: CS:GO Suggestion/Issue Tracker
- Replies: 1
- Views: 4756
- Tue Aug 14, 2012 8:39 pm
- Forum: General Discussion
- Topic: Unofficial builds
- Replies: 0
- Views: 5150
Unofficial builds
If you choose to build from the repository yourself, instead of waiting until a release, we will not be providing support. We love that so many of you are taking the time to learn how to do these sorts of things, however, we do not have the time to devote to assisting so many people privately. Pleas...
- Tue Aug 14, 2012 8:12 pm
- Forum: Plugin Development Support
- Topic: Distance between two points ?
- Replies: 7
- Views: 10291
For now, until the wiki gets updated, you can look at the available methods to the IPlayerInfo instance in the core: http://code.google.com/p/source-python/source/browse/src/core/modules/export_player.cpp To iterate over all players on the server (with their IPlayerInfo instances), you can use for p...
- Tue Aug 14, 2012 7:51 pm
- Forum: Plugin Development Support
- Topic: Distance between two points ?
- Replies: 7
- Views: 10291
- Tue Aug 14, 2012 7:49 pm
- Forum: Whatever
- Topic: srcds problem
- Replies: 3
- Views: 6633
- Tue Aug 14, 2012 5:57 pm
- Forum: Plugin Development Support
- Topic: Distance between two points ?
- Replies: 7
- Views: 10291
- Mon Aug 13, 2012 4:17 pm
- Forum: Plugin Releases
- Topic: MostDamage v1.3
- Replies: 23
- Views: 38511
MostDamage v1.3
MostDamage displays a message about which player had the most kills each round. If multiple players have the most kills, the one that did the most damage will be shown. There are translations involved, and only English is fully supported at this time (Russian, German, and French are partially suppor...
- Mon Aug 13, 2012 3:20 pm
- Forum: Plugin Development Support
- Topic: Pointers needed
- Replies: 7
- Views: 10750
- Mon Aug 13, 2012 2:22 pm
- Forum: Plugin Development Support
- Topic: Pointers needed
- Replies: 7
- Views: 10750
- Mon Aug 13, 2012 2:14 pm
- Forum: Whatever
- Topic: cs:go weapon list of all the weapon names in the game?
- Replies: 12
- Views: 17085
For future notice, the way to get a list of all entity types that you can have in a Source-engine game, type "dumpentityfactories" into the console and it will print them out. Not all of the entities are actually available, though, it would require testing to verify an entity can be used from that l...
- Mon Aug 13, 2012 6:00 am
- Forum: API Design
- Topic: Player List Filters
- Replies: 20
- Views: 33075
Not all games have unassigned. Also, not all games have spectators as team1. I cannot remember which mod it was, but there was one that had spectators as team4, with team0 and team1 never being used... Not sure that I will account for team4 or not at this point, would be easy to add in the future. S...
- Mon Aug 13, 2012 5:46 am
- Forum: API Design
- Topic: Player List Filters
- Replies: 20
- Views: 33075
Ok, another question for everyone. In order to better server multiple games with these filters, should we change from using un, spec, t, and ct to using team0, team1, team2, and team3? I realize that currently this mod is specific to only CS:GO, but I really want to avoid future issues by setting it...
- Sun Aug 12, 2012 5:36 am
- Forum: API Design
- Topic: Player List Filters
- Replies: 20
- Views: 33075
For now, I have decided to go with PlayerIter(<is_filters>, <not_filters>, <return_types>). This splits up the "is" and "not" filters into their own separate arguments. If you pass a string argument to either, it will turn it into a list with just that one item. Then, when iterating, it will first c...
- Sat Aug 11, 2012 11:08 pm
- Forum: News & Announcements
- Topic: Messaging Library available!!
- Replies: 0
- Views: 5992
Messaging Library available!!
The last 3 updates have brought about UserMessages and Filtering. Currently, there are no true filters, so all players will be added, but more changes are to come on that front. For now, you can use any of 5 different UserMessages, and print to specific players (using indexes not userids) or all pla...
- Sat Aug 11, 2012 6:04 pm
- Forum: Plugin Development Support
- Topic: Pointers needed
- Replies: 7
- Views: 10750
- Sat Aug 11, 2012 6:02 pm
- Forum: General Discussion
- Topic: Installation of plugin = Server not starting
- Replies: 7
- Views: 9924