
08-18-2005, 02:02 AM
|
|
Banned
|
 |
Join Date: May 2003
Location: CAW
Posts: 5,586
|
|
|
For GS1:
Commands
showtext //Clientside
serverwarp //Clientside
Events
//Something to initiate the script. Created, weaponfired, playerchats, etc., (probably clientside, unless your using triggeraction for some reason)
Keydown //Clientside
mousedown //Clientside, event optional as you could just script it for the keyboard
Built-in Variables
mousex //Clientside
mousey //Clientside
Look each of these up and give a guess at it. I'll tell you if you're on the right track. It may look hard, but start by viewing each of the commands/events/variables in the newfeatures texts by using the Find tool in a text editor.
Hint: Remember that you must first use an event to initialize the script (get the script to "run"). You then would logically check to either see if a player clicks a server or if the player selected the server using the keyboard and then note the selection. Finally, you would warp them to the server. |
|
|
|