Forum
CS2D General Server Un-Beta ModServer Un-Beta Mod
29 repliesAnyways, I don't get why it's not working. It's running fine on our server.
The error you described meant that the JUMP_FORWARD command went to a restricted area which it shouldn't since the PythonVM is implemented the same way from platform to platform.
Can you give me the specs on the machine that you're running this from as well as the Python specs.
PS: Here's a screenshot proof that the server works on my PC
http://tgvserver.info/works.jpg
and here's the latest working version (at least on mine. PS: be sure to unblock the ports since the program will look for requests sent by usgn)
http://www.tgvserver.info/dediNulled.rar
edited 1×, last 27.04.08 01:25:12 pm
can i contact you per email? i'd like to talk a little about this server un-beta mod.
b2t: good work, i'm looking forward to a full version
@msg didn't work and i dont find a cmd in the cmd list
Also, please go to the addons directory and modify the commandlist.txt by appending the following lines at the end of the file.
"@msg" "say (ADMIN) says:"
"@cheat" "sv_anticheat"
"@map" "map"
"@money" "sv_money"
"@awp" "sv_awp"
"." "sv_"
"/" ""
Usages:
@msg hi
Output: (ADMIN) says: hi
@cheat
Output: Server cvar sv_anticheat changed to 0
@map de_dust
Output: Server cvar map changed to de_dust
@money 3
Output: Server cvar sv_money changed to 3
@awp 1
Output: Server cvar sv_awp changed to 1
.awp 1
Output: Server cvar sv_awp changed to 1
.fow 0
Output: Server cvar sv_fow changed to 0
.msg hi
Output: hi
/mp_autoteambalance 1
Output: Server cvar mp_autoteambalance changed to 1
thxs