Search found 111 matches

by existenz
Sun Mar 12, 2017 2:37 pm
Forum: Plugin Development Support
Topic: [CSGO] Problem with clan tag
Replies: 8
Views: 6903

Re: [CSGO] Problem with clan tag

I have made a Vip plugin in Sourcemod which used client cookie to store player enable features without Db. This works event if player leave server and rejoin after some day. I will store only boolean or interger

That is possible with Sourcpeython ?

I don't really understand your example :s
by existenz
Sun Mar 12, 2017 2:18 pm
Forum: Plugin Development Support
Topic: Help for ward skill
Replies: 5
Views: 4690

Re: Help for ward skill

It works fine. Thanks :)

If i want be able to manage more wards i must use a list for the repeater and location ?
by existenz
Sun Mar 12, 2017 2:14 pm
Forum: Plugin Development Support
Topic: [CSGO] Problem with clan tag
Replies: 8
Views: 6903

Re: [CSGO] Problem with clan tag

I don't know, but i know if I do that :

Syntax: Select all

player.has_defuser = True


I can give a defuser so i think that's could work for has_helmet. But no property helmet in csgo sp.
by existenz
Sun Mar 12, 2017 12:40 pm
Forum: Plugin Development Support
Topic: Help for ward skill
Replies: 5
Views: 4690

Re: Help for ward skill

Thanks for your answer :)
I will try.
by existenz
Sun Mar 12, 2017 10:51 am
Forum: Plugin Development Support
Topic: [CSGO] Problem with clan tag
Replies: 8
Views: 6903

Re: [CSGO] Problem with clan tag

Thanks for your answer.
I will look at the settings package.

So we can't give an helmet in Csgo ?

Sorry I thought it was better one post to avoid spam.
by existenz
Sat Mar 11, 2017 8:38 pm
Forum: Plugin Development Support
Topic: [CSGO] Problem with clan tag
Replies: 8
Views: 6903

[CSGO] Problem with clan tag

Hey Everyone ! I need your help and threethings. The first : I want to change the player's clan tag, but it does not work. No mistakes, but nothing happens. Maybe i used the wrong way, but i have just found that. @Event('player_spawn') def _on_player_spawn(event_data): player...
by existenz
Sat Mar 11, 2017 8:30 pm
Forum: Plugin Releases
Topic: [CSGO] Show Damage
Replies: 0
Views: 4930

[CSGO] Show Damage

Hey Everyone ! I started in the creation of a small plugin to display the damages inflicted, it is similar to the showdamage of sourceMod of Dr. Api. It works fine :) If you find some problems in my code say it to me. I'm not a pro in Sp :P Showdamage : https://github.com/Exiistenz/Showdamage Ps : S...
by existenz
Wed Mar 08, 2017 10:00 am
Forum: Plugin Development Support
Topic: Help for ward skill
Replies: 5
Views: 4690

Help for ward skill

Hey everyone ! I need your help on an idea of skill for warcraft mod. How it's suppose to work : Put an area on the ground delimited by a laser ring. If an enemy enters in this ring, he take some damage per second. For the moment i have the ring one the floor but the damage area follow the player wh...
by existenz
Wed Mar 01, 2017 3:54 pm
Forum: Plugin Development Support
Topic: Apply skin cause csgo game crash
Replies: 16
Views: 17284

Re: Apply skin cause csgo game crash

Sorry to bump this subject :x, but no one have solution to avoid csgo game crashing when set a map model on player ?
by existenz
Tue Feb 28, 2017 1:12 pm
Forum: Plugin Development Support
Topic: Error on take_damage
Replies: 10
Views: 6955

Re: Error on take_damage

Yes. I was tired ... XD
by existenz
Tue Feb 28, 2017 9:37 am
Forum: Plugin Development Support
Topic: Error on take_damage
Replies: 10
Views: 6955

Re: Error on take_damage

Thanks. That's work very well :D
by existenz
Tue Feb 28, 2017 9:08 am
Forum: Plugin Development Support
Topic: Error on take_damage
Replies: 10
Views: 6955

Re: Error on take_damage

I didn't see that i can scroll ...
I m sorry. I will try.
by existenz
Tue Feb 28, 2017 8:48 am
Forum: Plugin Development Support
Topic: Error on take_damage
Replies: 10
Views: 6955

Re: Error on take_damage

Hmm i have an invalid syntax on deal_damage.
You mean take_damage ?
by existenz
Mon Feb 27, 2017 9:45 pm
Forum: Plugin Development Support
Topic: Error on take_damage
Replies: 10
Views: 6955

Re: Error on take_damage

I had not thought about that. Thanks :)
by existenz
Mon Feb 27, 2017 8:34 pm
Forum: Plugin Development Support
Topic: Error on take_damage
Replies: 10
Views: 6955

Re: Error on take_damage

Oh yes my bad. If I precise attacker_index and weapon_index it should work ?
But i don't understand the problem of index.
What happens if I put DamageType poison ?
by existenz
Mon Feb 27, 2017 7:53 pm
Forum: Plugin Development Support
Topic: Error on take_damage
Replies: 10
Views: 6955

Error on take_damage

Hey. I have an error on take damage. @EntityPreHook(EntityCondition.is_player, 'on_take_damage') def _pre_damage_call_events(stack_data): take_damage_info = make_object(TakeDamageInfo, stack_data[1]) if not take_damage_info.attacker: return entity = Entity(take_da...
by existenz
Mon Feb 27, 2017 7:42 pm
Forum: Plugin Development Support
Topic: Error on restrict weapon
Replies: 8
Views: 5848

Re: Error on restrict weapon

Thanks, i think it works.
by existenz
Mon Feb 27, 2017 1:21 pm
Forum: Plugin Development Support
Topic: Error on restrict weapon
Replies: 8
Views: 5848

Re: Error on restrict weapon

Thanks for your answer.
I will try your solution when I would come back from work.
by existenz
Mon Feb 27, 2017 9:33 am
Forum: Plugin Development Support
Topic: Error on restrict weapon
Replies: 8
Views: 5848

Re: Error on restrict weapon

Hey Your fix work on my old error, but a new error comes. Have you an idea why ? I used last version of sourcepython. _scoutonly = set(weapon.name for weapon in WeaponClassIter()) - {'weapon_knife', 'weapon_ssg08', 'weapon_c4'} @events('player_spawn...
by existenz
Wed Feb 22, 2017 9:22 am
Forum: Plugin Development Support
Topic: Apply skin cause csgo game crash
Replies: 16
Views: 17284

Re: Apply skin cause csgo game crash

Yes I thought about this and so I tried to put on a classic model before death but without any success, game crashing again.
Maybe i have used a bad way to do that.
And i don't know how prevent the ragdoll.

Go to advanced search