Search found 111 matches

by existenz
Tue Apr 04, 2017 3:20 pm
Forum: Plugin Development Support
Topic: [Help] Way to see cause of crash ?
Replies: 21
Views: 15273

Re: [Help] Way to see cause of crash ?

I have already add it. But the return of my crash is that : # IN DEBUG LOG CRASH: Wed Mar 1 18:55:04 CET 2017 Start Line: ./srcds_linux -game csgo -console -usercon +map aim_ag_texture2 +ip 163.172.222.213 -port 27015 -maxplayers_override 16 -pidfile ogp_game_startup.p$ [New LWP 31159] [New LWP 3116...
by existenz
Tue Apr 04, 2017 7:29 am
Forum: Plugin Development Support
Topic: Help on TypedCommand
Replies: 7
Views: 5549

Re: Help on TypedCommand

Ok thanks for your explain :).
I have same result.
by existenz
Mon Apr 03, 2017 4:49 pm
Forum: Plugin Development Support
Topic: [Help] Way to see cause of crash ?
Replies: 21
Views: 15273

[Help] Way to see cause of crash ?

Hey ! I have some crashs on my server Csgo. Date : 2017-04-03 16:47:05.603396 OS : Linux-3.16.0-4-amd64-x86_64-with-debian-8.7 Game : csgo SP version : 561 Server plugins: 00: Source.Python, (C) 2012-2016, Source.Python Team. SP plugins: 00: advert 01: admin 02: download 03: map_cycle 04: map_config...
by existenz
Mon Apr 03, 2017 4:38 pm
Forum: Plugin Development Support
Topic: Help on TypedCommand
Replies: 7
Views: 5549

Re: Help on TypedCommand

Ok. I will wait :)
by existenz
Tue Mar 28, 2017 6:33 pm
Forum: Plugin Development Support
Topic: [CSGO] Mute doesn't work
Replies: 2
Views: 2771

Re: [CSGO] Mute doesn't work

My bad ... I will re test
by existenz
Tue Mar 28, 2017 5:19 pm
Forum: Plugin Development Support
Topic: [CSGO] Mute doesn't work
Replies: 2
Views: 2771

[CSGO] Mute doesn't work

Hey ! I want to try mute with this little example but it doesn't work. from filters.players import PlayerIter from menus import PagedMenu from menus import PagedOption from messages import SayText2 from players.entity import Player def _on_mute_player_build(menu, index): menu.clear()...
by existenz
Sat Mar 25, 2017 3:47 pm
Forum: Plugin Development Support
Topic: Help on TypedCommand
Replies: 7
Views: 5549

Re: Help on TypedCommand

I have just another problem all special character is deleter. Like : àéè.
I want to be allow to use all special character.

How i can do this ?
by existenz
Sat Mar 25, 2017 3:09 pm
Forum: Plugin Development Support
Topic: Help on TypedCommand
Replies: 7
Views: 5549

Re: Help on TypedCommand

Thanks :)
by existenz
Sat Mar 25, 2017 2:26 pm
Forum: Plugin Development Support
Topic: Help on TypedCommand
Replies: 7
Views: 5549

Help on TypedCommand

Hey ! I have some problem on TypedCommand, i don't know why it's not working. No doubt I use it badly so i need your help xD Working example : @TypedSayCommand('!say', None) def on_add(command_info, msg:str): SayText2('Test: {}'.format(msg)).send(&...
by existenz
Sat Mar 25, 2017 10:27 am
Forum: Plugin Development Support
Topic: [CSGO] Error in Sp after last Csgo update
Replies: 2
Views: 2696

Re: [CSGO] Error in Sp after last Csgo update

No problem :)
But thanks to you for fixing it quickly :o
by existenz
Sat Mar 25, 2017 10:22 am
Forum: Plugin Releases
Topic: [CSGO] Simple Resetscore plugin
Replies: 0
Views: 4513

[CSGO] Simple Resetscore plugin

Hey !

A little plugin for reset score :)

To use it just type in your chat the following command :
!resetscore
!rs
/resetscore
/rs


https://github.com/VenomzGaming/Sp-Resetscore

Sincerly Existenz.
by existenz
Sat Mar 25, 2017 9:54 am
Forum: Plugin Development Support
Topic: [CSGO] Error in Sp after last Csgo update
Replies: 2
Views: 2696

[CSGO] Error in Sp after last Csgo update

Hey ! I have this error which spamming in console. Date : 2017-03-25 09:53:20.789184 OS : Linux-3.16.0-4-amd64-x86_64-with-debian-8.7 Game : csgo SP version : 559 Server plugins: 00: Source.Python, (C) 2012-2016, Source.Python Team. SP plugins: 00: showdamage 01: warcraft 02: admin [SP] Caught an Ex...
by existenz
Wed Mar 15, 2017 6:01 pm
Forum: Plugin Releases
Topic: [CSGO] Plugin map config
Replies: 0
Views: 4771

[CSGO] Plugin map config

Hey ! I have dev a plugin which allow you to add specific configs or weapons restriction by map. I hope this plugin will help you. All info about the plugin is in Readme on GitHub if you want more info or support or maybe improvement write here. https://github.com/VenomzGaming/Sp-Map-config Ps : Tha...
by existenz
Wed Mar 15, 2017 5:56 pm
Forum: Plugin Development Support
Topic: [CSGO] Problem with "remove_team_restrictions"
Replies: 6
Views: 5975

Re: [CSGO] Problem with "remove_team_restrictions"

Thank you very much :D
It's work like a charm.

I will share it now ;)
by existenz
Wed Mar 15, 2017 4:10 pm
Forum: Plugin Development Support
Topic: [CSGO] Problem with "remove_team_restrictions"
Replies: 6
Views: 5975

Re: [CSGO] Problem with "remove_team_restrictions"

Thanks for you answer.
I will try when i m back :)
by existenz
Tue Mar 14, 2017 9:15 pm
Forum: Plugin Development Support
Topic: [CSGO] Problem with "remove_team_restrictions"
Replies: 6
Views: 5975

Re: [CSGO] Problem with "remove_team_restrictions"

Hey ! Effectively your code works but i have a problem in my plugin. My plugin allow cvar and restrict by map. I have put in my de_dust2.cfg "restrict_ssg08_t 1", so when i am on d2 the scout is restricted for t. It works fine. When i m changing map to one other like office i'm suppose to ...
by existenz
Tue Mar 14, 2017 8:29 am
Forum: Plugin Development Support
Topic: [CSGO] Problem with "remove_team_restrictions"
Replies: 6
Views: 5975

Re: [CSGO] Problem with "remove_team_restrictions"

Thanks.
I will try when i m back from my job.
by existenz
Mon Mar 13, 2017 9:03 pm
Forum: Plugin Development Support
Topic: [CSGO] Problem with "remove_team_restrictions"
Replies: 6
Views: 5975

[CSGO] Problem with "remove_team_restrictions"

Hey ! I have a problem with remove_team_restrictions, it doesn't work. I tried to remove the restriction after having restricted team but the weapon still restricted. Code : This is not my real code but i used that to restrict and unrestrict. If you need the whole plugin tell me. _scout = ['ssg0...
by existenz
Sun Mar 12, 2017 5:16 pm
Forum: Plugin Development Support
Topic: [CSGO] Problem with clan tag
Replies: 8
Views: 6875

Re: [CSGO] Problem with clan tag

Ok thanks. I will try.
by existenz
Sun Mar 12, 2017 3:51 pm
Forum: Plugin Development Support
Topic: Help for ward skill
Replies: 5
Views: 4655

Re: Help for ward skill

Ok. And i want also one player can put for example 5 wards.
I must store all effects and repeaters in list to remove it in end round ?

Go to advanced search