View Single Post
slmclarengt
Veteran Member
Join Date: Jul 2004
Location: The Cookie Jar... or Pullman, WA (Washington State University)
Old 06-07-2007 , 12:27   Re: Switch 2 Spectator
Reply With Quote #3

Looks great Regalis - I like the idea of them getting their weapons back. I was writing a plugin to restart the server, save weapons/money to file, then bring server back up and restore everything, leaving the user untouched. Maybe even set score/deaths.

I find it strange that you do this:
Code:
#define PLUGIN "Switch2Spec"
#define VERSION "0.1"
register_cvar(PLUGIN, VERSION, FCVAR_SERVER);
because you are making a CVAR which is visible through queries that is named "Switch2Spec" and the same version number. I would've personally rather a new CVAR like "switch_spec" or "sts" - just not the same as the name. But hey, your plugin, your call. Good job!

Slmclarengt
__________________
But we don’t beat the Reaper by living longer. We beat the Reaper by living well. -Dr. Randy Pausch, R.I.P.

Come play WC3:FT on BnD Clan Server! You know you want to: Connect to WC3:FT BnD - go ahead click me!
slmclarengt is offline