This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 19 matches

by Rav^4u
Fri Jul 18, 2003 9:38 am
Forum: Archive
Topic: Manage Users
Replies: 1
Views: 689

Manage Users

Is there a script that can control user logins..

Allows people to login to bot setting a username and password (not using hostmask) just the user and pass.

When they register they need to register an xtra filed as well..

Any pointers?
by Rav^4u
Mon Jul 14, 2003 8:03 am
Forum: Archive
Topic: Big Script Small bug
Replies: 5
Views: 1664

No problem at all , Ill carry on experimenting :D
by Rav^4u
Mon Jul 14, 2003 7:11 am
Forum: Archive
Topic: Big Script Small bug
Replies: 5
Views: 1664

Cheers mate..

Didnt work at first, i removed the pwf_charfilter and its brackets and all is fine :D ty very much indeed.

Any ideas on the rcon part.. its just leaving defunct procesess
by Rav^4u
Mon Jul 14, 2003 6:14 am
Forum: Archive
Topic: Big Script Small bug
Replies: 5
Views: 1664

Big Script Small bug

Hello chaps.. I have been working on some errors in the script below, most now are solved except for 2 (small problems) 1. When the rcon command are issued the rcon is left open (I have tried close rcon but it does not work) 2. (Main one) If people type !addme to be entered into the list of players,...
by Rav^4u
Thu Jul 03, 2003 10:31 am
Forum: Archive
Topic: Wont Close
Replies: 7
Views: 2870

lol wasnt a very good one.. :D

ok ill take your word for it and attempt to change it over, anything for efficiency and speed.. Thanks
by Rav^4u
Thu Jul 03, 2003 9:48 am
Forum: Archive
Topic: Wont Close
Replies: 7
Views: 2870

wasnt questiong just saying.. jeesh.. whats a book? that like a laptop?
by Rav^4u
Thu Jul 03, 2003 9:38 am
Forum: Archive
Topic: Wont Close
Replies: 7
Views: 2870

thanks for that.. the pwf script is massive and no 2 proc need the same globals from what i see does that make sense?
by Rav^4u
Thu Jul 03, 2003 9:14 am
Forum: Archive
Topic: Wont Close
Replies: 7
Views: 2870

Wont Close

Just a quick one.. using the rcon.tcl script files.. global pwf_serverip pwf_serverpassword pwf_maxpl pwf_active pwf_teamaserver pwf_teambserver pwf_serverholder pwf_pickupchan pwf_shutupchan pwf_lastgame pwf_players rcon_password1 rcon_address1 rcon_port1 rcon_path pwf_maptopic set rcon [open "...
by Rav^4u
Thu Jun 19, 2003 11:38 am
Forum: Archive
Topic: Little bit of help for project
Replies: 7
Views: 2248

1. The users are first added to your bot with a handle and the wonid is stored as XTRA information on the bot and the bots userfile. 2. Everytime the users does "!addme" (i.e. add that user to the game) and that user is recognised by a handle, the wonid is retrieved from the XTRA informat...
by Rav^4u
Thu Jun 19, 2003 9:45 am
Forum: Archive
Topic: Little bit of help for project
Replies: 7
Views: 2248

:( still struggling with this one
by Rav^4u
Thu Jun 19, 2003 4:53 am
Forum: Archive
Topic: Little bit of help for project
Replies: 7
Views: 2248

could do but..

1. They have to know their wonid everytime
2. if the get it wrong (1 digit) it buggers up the game
3. err thats it just he 2 :D
by Rav^4u
Wed Jun 18, 2003 7:36 am
Forum: Archive
Topic: Little bit of help for project
Replies: 7
Views: 2248

Little bit of help for project

Hello chaps.. as you seem to be friendly and helpfull people.. I have a request :D I am working on a CS Pickup script (mixed pcws) So far I have the teams arrnaged in irc via !addme commands.. and the whole match process if perfectly controlled via amx mod :D The only problem i have is a way of gett...
by Rav^4u
Wed Jun 11, 2003 8:39 am
Forum: Archive
Topic: rcon script
Replies: 5
Views: 2077

Thanks mate..

TCL scripts not my best area, the server side scripts not a problems at all but not sure on TCL.

how would i go about doing that.. if you could set me off pls
by Rav^4u
Wed Jun 11, 2003 4:42 am
Forum: Archive
Topic: rcon script
Replies: 5
Views: 2077

lol thanks mate :D Right my master plan is working :D CS Pickup Scipt So far... IRC is working fine, player join the channel add them selves to a game, when the required number of players is reached the bot changes the server to the correct map and sets the correct password, all players are notified...
by Rav^4u
Tue Jun 10, 2003 12:44 pm
Forum: Archive
Topic: rcon script
Replies: 5
Views: 2077

rcon script

OK using this comand (with the global settings of course) set rcon [open "|$rcon_path/rcon $rcon_password1 $rcon_address1 $rcon_port1 \"changelevel $pwf_maptopic\"" r] now this works perfectly but leave rcon open when i check process "ps -x" they stay open untill eggdop...