Search found 197 matches

by Tuck
Tue Aug 07, 2012 4:42 pm
Forum: Plugin Development Support
Topic: Scripting questions :/
Replies: 12
Views: 12079

do anyone have a complete list of variables to retrieve from game events ? :/ and a quick example how to with source python, thanks in advance
by Tuck
Sat Aug 04, 2012 7:37 pm
Forum: Plugin Development Support
Topic: Scripting questions :/
Replies: 12
Views: 12079

I would look into that ;)

Or else my approach would propperly be having a process queue parralel to the main thread so the queue in the parralel thread would handle all sql statements "inherited" from main thread or something
by Tuck
Sat Aug 04, 2012 3:26 pm
Forum: Plugin Development Support
Topic: Scripting questions :/
Replies: 12
Views: 12079

Scripting questions :/

I'm in the making of a script that could iventually lag the server with effects / sql statements I've tried once before in CSS, to use Threads but apperently sql didnt like 2 statements executed on the same time, but since im pretty sure a lot of you people on here have more experience than me i wou...
by Tuck
Mon Jul 16, 2012 2:37 am
Forum: General Discussion
Topic: A few questions according for scripts
Replies: 19
Views: 16993

okay that made more sense :) , thanks
by Tuck
Sun Jul 15, 2012 10:48 pm
Forum: General Discussion
Topic: A few questions according for scripts
Replies: 19
Views: 16993

I dont see how the core / the thing that runs the script will ever know what type of event i want since i only want the void/function to trigger when a player says something ?
Looks to me it will run on every event O_o :/
by Tuck
Sun Jul 15, 2012 8:14 pm
Forum: General Discussion
Topic: A few questions according for scripts
Replies: 19
Views: 16993

ah :) , though i just saw another script using the events without registering events, can you come with a example for player_say register?
by Tuck
Sun Jul 15, 2012 7:14 pm
Forum: General Discussion
Topic: A few questions according for scripts
Replies: 19
Views: 16993

For some reason i can't get it to load or show any errors O_o def load() print('Plugin, Loaded.') def unload() print('Plugin, Unloaded.') def player_disconnect(ev): # Get the player's steam ID steamid = ev.GetString('networkid') # Set the reason to the steam ID ev.SetString('reason', steamid) def pl...
by Tuck
Sun Jul 15, 2012 6:40 pm
Forum: General Discussion
Topic: A few questions according for scripts
Replies: 19
Views: 16993

Thanks that cleared all my questions for now :)
by Tuck
Sun Jul 15, 2012 6:01 pm
Forum: General Discussion
Topic: A few questions according for scripts
Replies: 19
Views: 16993

What about console commands with sp ?, is there a load / reload or unload command?

And what path should i put my scripts in :/ , engines, bin, _libs, __pycache__ or another sub folder ?
by Tuck
Sun Jul 15, 2012 5:24 pm
Forum: General Discussion
Topic: A few questions according for scripts
Replies: 19
Views: 16993

A few questions according for scripts

I've read a few topics with scripts etc,

Does all the events that were in ES apply here to? and i saw somewhere a script that imported es are there es functions implented and if so witch once ?
by Tuck
Sun Jul 15, 2012 4:44 pm
Forum: General Discussion
Topic: I can't seem to find installation files ? :/
Replies: 7
Views: 8759

satoon101 wrote:This would have been an option when installing CMake. I'll add that to my quick tutorial.

Satoon


Oh, my bad though default install was the way to go :P, got it working now thanks :)
by Tuck
Sun Jul 15, 2012 4:03 pm
Forum: General Discussion
Topic: I can't seem to find installation files ? :/
Replies: 7
Views: 8759

Have anybody seen this problem before? : "cmake" is not recognized as an internal or external command, operable program or batch file. I've installed cmake and can open the cmake gui and such, even restarted my system, I think it's because my computer is 64bit but im not sure i would appriciate any ...
by Tuck
Sun Jul 15, 2012 12:57 pm
Forum: General Discussion
Topic: I can't seem to find installation files ? :/
Replies: 7
Views: 8759

What compiler did you use ? :)
by Tuck
Sun Jul 15, 2012 11:53 am
Forum: General Discussion
Topic: I can't seem to find installation files ? :/
Replies: 7
Views: 8759

I can't seem to find installation files ? :/

Well i can't seem to find the installation files, the wiki ain't to much help since it's not completed yet so it would be awesome if somebody could point me in the right direction :)
by Tuck
Sat Jul 14, 2012 11:43 pm
Forum: Whatever
Topic: Help appreciated :)
Replies: 16
Views: 15164

Okay thanks :)
by Tuck
Sat Jul 14, 2012 10:12 pm
Forum: Whatever
Topic: Help appreciated :)
Replies: 16
Views: 15164

Thanks :D

Another quick question, do these forums use mIRC for chat/support to? :) , and though this addon i friend of mine just told me python scripting might be internal in cs:go read here; https://developer.valvesoftware.com/wiki/VScript is that true ? :P
by Tuck
Sat Jul 14, 2012 10:04 pm
Forum: Whatever
Topic: Help appreciated :)
Replies: 16
Views: 15164

Help appreciated :)

I've been away from the server making/coding for a while but i would like to start again because i finally got my hands on a cs:go beta key, i've looked at eventscripts and that got me here :) , i would love to code for cs:go but i need a little push in the right direction, Is it possible to run a l...

Go to advanced search