Search found 70 matches

by mister-man
Mon Jan 20, 2014 1:54 pm
Forum: General Discussion
Topic: PlayerEntity crashed csgo server
Replies: 10
Views: 9230

Okay, thanks a lot!
by mister-man
Sun Jan 19, 2014 7:37 pm
Forum: General Discussion
Topic: PlayerEntity crashed csgo server
Replies: 10
Views: 9230

Oaky thanks. Burt I tried it, now code that works fine doesn't work: [SP] Caught an Exception: Traceback (most recent call last): File '..\addons\source-python\packages\source-python\events\listener.py', line 82, in fire_game_event callback(game_event) File '..\addons\source-python\plugins\premium\p...
by mister-man
Fri Jan 17, 2014 5:44 pm
Forum: General Discussion
Topic: PlayerEntity crashed csgo server
Replies: 10
Views: 9230

I used a mixed version, because if I use the repo version the sp command is unknown. And the ob version stops with an error while compiling.
But if I use the download version, there is the same issue then my version. In the download and my version index_from_userid works fine ;)
by mister-man
Fri Jan 17, 2014 8:27 am
Forum: General Discussion
Topic: PlayerEntity crashed csgo server
Replies: 10
Views: 9230

I used these code: class player(object): def __init__(self, userid): #log.log("New player %s" % userid) self.__userid = userid self.__playerInstance = self.__pInstance() #self.__steamid = self.getPlayerInstance().steamid() self.__steamid = "0" def __pInstance(self): # Get the players PlayerEntity in...
by mister-man
Fri Jan 17, 2014 8:20 am
Forum: General Discussion
Topic: Error: sourcepython.com
Replies: 3
Views: 4637

Okay, thanks
by mister-man
Thu Jan 16, 2014 7:52 pm
Forum: General Discussion
Topic: PlayerEntity crashed csgo server
Replies: 10
Views: 9230

PlayerEntity crashed csgo server

Hay, if I try to use PlayerEntity, my csgo server crashed. Code: def __pInstance(self): index = index_from_userid(self.__userid) return PlayerEntity(index) ## <--- Server Crash http://www11.picfront.org/picture/DD2tsGBBzAH/thb/spbug.PNG
by mister-man
Thu Jan 16, 2014 4:03 pm
Forum: Plugin Development Support
Topic: import ConfigParser error
Replies: 2
Views: 4556

I found my misstake, "import ConfigParser" should " import configparser
by mister-man
Thu Jan 16, 2014 2:18 pm
Forum: Plugin Development Support
Topic: import ConfigParser error
Replies: 2
Views: 4556

import ConfigParser error

Hay, I try to import configparser, but it i found an error. I tried to fix it, but I can't find the error. MyCode: # ============================================================================= # >> IMPORTS # ============================================================================= # Reads conf...
by mister-man
Thu Jan 16, 2014 1:24 pm
Forum: General Discussion
Topic: Error: sourcepython.com
Replies: 3
Views: 4637

Error: sourcepython.com

If I load the SP site, firefox shows an error at the top on the page: Warning: Illegal string offset 'name' in [path]/includes/functions.php on line 6988 If I wan't to post a Quck reply, the site opens the advanced mode, after I try to post in advanced mode, nothings happen. If I refresh the form, m...
by mister-man
Thu Jan 16, 2014 1:20 pm
Forum: General Discussion
Topic: Can't compile SP
Replies: 5
Views: 6083

Hay,

I tried it and it works.
But if I type SP in the server console, it seems SP does'nt work. (Unknown command)
Further I can't compile the OB source.
by mister-man
Thu Jan 16, 2014 9:09 am
Forum: General Discussion
Topic: Can't compile SP
Replies: 5
Views: 6083

Thanks a lot!

I will try it!
by mister-man
Wed Jan 15, 2014 3:51 pm
Forum: General Discussion
Topic: Can't compile SP
Replies: 5
Views: 6083

Can't compile SP

by mister-man
Sun Dec 01, 2013 10:56 pm
Forum: Whatever
Topic: Whats going on?
Replies: 7
Views: 9320

But the main question is: Is SP dead? For a few month I started development of a mod in SP, but after a few weeks I stopped it, because the project seems dead. I thing there isn't a benefit to develop a third mod platform for old games. And yes, sp seems better than es, but for server owners only co...
by mister-man
Wed Sep 18, 2013 3:50 pm
Forum: Plugin Development Support
Topic: Import error player.wapons
Replies: 4
Views: 5149

Okay thanks... my mistake ;)

My first try to do something with weapons!
by mister-man
Wed Sep 18, 2013 12:40 pm
Forum: Plugin Development Support
Topic: Import error player.wapons
Replies: 4
Views: 5149

Import error player.wapons

Hay, I tried to import player.weapon and it seems there is an error. from players.weapons import get_ammo [SP] Caught an Exception: Traceback (most recent call last): File '..\addons\source-python\packages\source-python\addons\manager.py', line 48, in __missing__ instance = _LoadedAddon(addon_name) ...
by mister-man
Mon Sep 16, 2013 11:19 am
Forum: Whatever
Topic: Forum password attack
Replies: 1
Views: 4152

Forum password attack

Hay,

it seems these forum is under a password attack!
Today I become 3 Mails, that someone tried to login to my account.

The IP of the user: 188.143.232.144
by mister-man
Fri Sep 13, 2013 7:22 pm
Forum: News & Announcements
Topic: Update!!!
Replies: 4
Views: 6783

Cool.. nice Tod See.
by mister-man
Tue Sep 10, 2013 10:36 pm
Forum: General Discussion
Topic: slow developement
Replies: 9
Views: 7713

Yes, SP do it other and may be more Powerful. But try to klick on the last posted link from me. I mean the wiki doesn't help other to learn SP. (May there are some helping post in it) For my current project, I use only the code and try myself how I can do something in SP. And sometimes a example wou...
by mister-man
Fri Sep 06, 2013 10:05 pm
Forum: General Discussion
Topic: slow developement
Replies: 9
Views: 7713

Yes, thats right, it should diskuss in an own topic. But a last word. If you search in the wiki, how to work with events. You kick on python, then events . After that, do that in the eventscripts wiki. If your new and want to create a plugin for your server and you are not a professional programmer....
by mister-man
Fri Sep 06, 2013 10:29 am
Forum: API Design
Topic: Directory structure
Replies: 38
Views: 30761

Good morning after a long night ;) Languages: I like to put all languages in one file. So all translation are clearly structured. Structure: ⋅ addons/source-python/ ⋅ bin/ ⋅ core binaries ⋅ data/ ⋅ custom/ - data for custom packages ⋅ plugi...

Go to advanced search