I was there too and Wallfly did have a super shotgun I think. So much so, that I didn't kill him for several levels - assuming he was a player that was away from his screen. The first thing you do is kill Wallfly because he impedes the players from moving forward easily. I should have taken a screenshot as Wallfly appears as a regular grunt for me. I'll keep an eye out for the same situation.
Actually the "Give" command is alive and healthy. Some sly youngsters figured out that if you capitolize any command it will work (first letter I believe). Hence the players who were running around in GodMode yesterday, using unlimited Quad BFG's on anything that moved.
I think someone (peewee?) might have even submitted a patch to that effect awhile back, in which case - my fault for dropping the ball on integrating it.Regarding wallfly having a gun. Perhaps either someone died near wallfly and dropped a gun on 'him', or maybe more than four players were connected and wallfly telefragged someone on a map change?
void Cmd_Give_f (edict_t *ent){ char *name; gitem_t *it; int index; int i; qboolean give_all; edict_t *it_ent;//peewee//-------// if (deathmatch->value && !sv_cheats->value) if ((deathmatch->value || coop->value) && !sv_cheats->value) { gi.cprintf (ent, PRINT_HIGH, "You must run the server with '+set cheats 1' to enable this command.\n"); return; }//-------...}/*==================Cmd_God_fSets client to godmodeargv(0) god==================*/void Cmd_God_f (edict_t *ent){ char *msg;//peewee//-------// if (deathmatch->value && !sv_cheats->value) if ((deathmatch->value || coop->value) && !sv_cheats->value) { gi.cprintf (ent, PRINT_HIGH, "You must run the server with '+set cheats 1' to enable this command.\n"); return; }//peewee//-------...}/*==================Cmd_Notarget_fSets client to notargetargv(0) notarget==================*/void Cmd_Notarget_f (edict_t *ent){ char *msg;//peewee//------- // if (deathmatch->value && !sv_cheats->value) if ((deathmatch->value || coop->value) && !sv_cheats->value) { gi.cprintf (ent, PRINT_HIGH, "You must run the server with '+set cheats 1' to enable this command.\n"); return; }//-------...}/*==================Cmd_Noclip_fargv(0) noclip==================*/void Cmd_Noclip_f (edict_t *ent){ char *msg;//peewee//------- // if (deathmatch->value && !sv_cheats->value) if ((deathmatch->value || coop->value) && !sv_cheats->value) { gi.cprintf (ent, PRINT_HIGH, "You must run the server with '+set cheats 1' to enable this command.\n"); return; }//-------...}
[RB]V!TaL: YOU QUOTE ME I KILL YOU