Search found 111 matches

by existenz
Tue Feb 21, 2017 9:00 pm
Forum: Plugin Development Support
Topic: Apply skin cause csgo game crash
Replies: 16
Views: 17260

Re: Apply skin cause csgo game crash

Yes it just client crash. Sorry I did not explain.
Thanks :)
by existenz
Tue Feb 21, 2017 7:47 pm
Forum: Plugin Development Support
Topic: Apply skin cause csgo game crash
Replies: 16
Views: 17260

Re: Apply skin cause csgo game crash

It's not console.log ?

Edit : I have found. But when my game crash nothing is generate.
by existenz
Tue Feb 21, 2017 7:39 pm
Forum: Plugin Development Support
Topic: Apply skin cause csgo game crash
Replies: 16
Views: 17260

Re: Apply skin cause csgo game crash

I will try.

Edit : Where is the debug.log file ?
by existenz
Tue Feb 21, 2017 6:53 pm
Forum: Plugin Development Support
Topic: Apply skin cause csgo game crash
Replies: 16
Views: 17260

Re: Apply skin cause csgo game crash

I have disable all sp plugins.

Server plugins:
00: Source.Python, (C) 2012-2016, Source.Python Team.
01: Metamod:Source 1.10.6
SP plugins:
00: test
by existenz
Tue Feb 21, 2017 6:27 pm
Forum: Plugin Development Support
Topic: Apply skin cause csgo game crash
Replies: 16
Views: 17260

Re: Apply skin cause csgo game crash

Sp Info : Date : 2017-02-21 18:25:36.446163 OS : Linux-3.16.0-4-amd64-x86_64-with-debian-8.7 Game : csgo SP version : 552 I have try with the following code without warcraft and it crashed my game again. from players.entity import Player from engines.precache import Model from events import Event _m...
by existenz
Tue Feb 21, 2017 6:10 pm
Forum: Plugin Development Support
Topic: Apply skin cause csgo game crash
Replies: 16
Views: 17260

Re: Apply skin cause csgo game crash

You mean trying without Warcraft mod ?
I will put you my sp info when i m back. But i have the sp february build.
by existenz
Tue Feb 21, 2017 4:10 pm
Forum: Plugin Development Support
Topic: Apply skin cause csgo game crash
Replies: 16
Views: 17260

Re: Apply skin cause csgo game crash

Thanks for your answer :) Yes i have mix heer but the real code isn't that. I used the new version of warcraft csgo from Predz (https://github.com/Predz/SP-Warcraft-Mod). Entire code : from engines.precache import Model from . import Hero, Skill from . import events class Mister_Toilet(Hero)...
by existenz
Tue Feb 21, 2017 3:22 pm
Forum: Plugin Development Support
Topic: Apply skin cause csgo game crash
Replies: 16
Views: 17260

Apply skin cause csgo game crash

Hi every body ! I want to apply a toilet skin to a player, it works but when the player died csgo crash and i don't know why. _model = Model('models/props/cs_militia/toilet.mdl') @Event('player_spawn') def _on_player_spawn(self, player, **eargs): player.model ...
by existenz
Fri Feb 10, 2017 12:49 pm
Forum: Plugin Development Support
Topic: Error on restrict weapon
Replies: 8
Views: 5842

Re: Error on restrict weapon

Thanks L'In20Cible.
I will change that in my code.
by existenz
Fri Feb 10, 2017 8:27 am
Forum: Plugin Development Support
Topic: Error on restrict weapon
Replies: 8
Views: 5842

Re: Error on restrict weapon

Thanks :)
No worries I would use this in the future.
by existenz
Thu Feb 09, 2017 3:42 pm
Forum: Plugin Development Support
Topic: Error on restrict weapon
Replies: 8
Views: 5842

Error on restrict weapon

Hi every body ! I have an error which spamming on my server. I need your help to fix it. I think the problem is that event player_spawn has been called before player is really spawn but i don't know if it's the real problem. _knifeonly = set(weapon.basename for weapon in WeaponClassIter()...

Go to advanced search