Search found 190 matches

by arawra
Fri Aug 30, 2013 6:41 am
Forum: Plugin Development Support
Topic: Storing player information
Replies: 7
Views: 6243

Using pickle.
by arawra
Fri Aug 30, 2013 4:36 am
Forum: Plugin Development Support
Topic: Storing player information
Replies: 7
Views: 6243

Storing player information

I am not familiar with SQL. Its something I will learn, but probably not in the near future. I am wondering with the entire rewrite of the Eventscripts engine into Source-Python if it would be feasible to include the cPickle engine. Would I be able to copy/paste it into "_engines" or if there would ...
by arawra
Fri Aug 30, 2013 4:22 am
Forum: Plugin Development Support
Topic: Sending messages to all players
Replies: 6
Views: 6768

Oops, had to change messages.SayText to messages.SayText2
by arawra
Fri Aug 30, 2013 4:20 am
Forum: Plugin Development Support
Topic: Sending messages to all players
Replies: 6
Views: 6768

Sending messages to all players

There is no error on the code, but on round_start no message appears. import messages from events import Event from player_c import CPlayerGenerator from players.helpers import index_from_playerinfo @Event def round_start(game_event): welcome = '[DND] Welcome to DND!' for players in ...
by arawra
Fri Aug 30, 2013 3:07 am
Forum: Plugin Development Support
Topic: Script won't load
Replies: 7
Views: 6193

Thank ya.

Yeah the problem is from the update, not the script. Thanks for the help.
by arawra
Fri Aug 30, 2013 2:57 am
Forum: Plugin Development Support
Topic: Script won't load
Replies: 7
Views: 6193

With JUST that in my script, it still fails to load. Still no errors, still just "unable to load".

Windows 7
CS:GO Dedi Server Executable 1.30.2.0
CS:GO Dedi Server build 13:34:39 Aug 26 2013 (5406) (730)
SP Zip download from Aug 7 2013
by arawra
Fri Aug 30, 2013 2:45 am
Forum: Plugin Development Support
Topic: Script won't load
Replies: 7
Views: 6193

There wouldn't happen to be a script I could look at for syntax, would there? The tutorial script also seems to be from an older version.
by arawra
Thu Aug 29, 2013 11:59 pm
Forum: Plugin Development Support
Topic: Script won't load
Replies: 7
Views: 6193

Script won't load

This script just plain fails to load. No error in console. SP version gives no output. Download from Aug-07-2013 [SP] Loading addon 'dnd'.... [SP] Addon 'dnd' was unable to be loaded. from messages import Chat from Source import Player from Source import Engine from Source import Entity from events ...
by arawra
Sat Jun 22, 2013 3:03 am
Forum: General Discussion
Topic: Error in messages\base.py
Replies: 1
Views: 2808

Error in messages\base.py

Code: Select all

    from messages.base import BaseMessageNoText
File '..\addons\source-python\_libs\messages\base.py', line 11, in <module>
    from Source import Engine
   
ImportError: No module names 'Source'
by arawra
Fri Jun 21, 2013 7:10 am
Forum: Plugin Releases
Topic: [d&d 3.5][wip]
Replies: 13
Views: 14620

[d&d 3.5][wip]

http://lethalenemies.com/attachments/dnd-gif.25/ Coming back from the dead, its D&D CSS! Inspired by Jeff's old mod, this is rewritten in python for the CS:GO game. The wiki I am maintaining can be found here: http://dnd-css-mod.wikidot.com/ Note: this is a WORK IN PROGRESS http://github.co...

Go to advanced search