View Single Post
LumiStance
AlliedModders Donor
Join Date: Jan 2009
Location: Northern California
Old 12-10-2009 , 16:48   Re: [CSS] Random Skin/Model Change
Reply With Quote #5

Quote:
Originally Posted by Xp3r7 View Post
We have an admin model plugin on our sever right now and are using 4 Christmas themed admin models (Santa, Grinch, MilitiaSanta and Jack Skellington) from Techknows site.

If I set this plugin up so we can have a Santa (CT model) vs Grinch (T model) round or 2 (by turning it on/off via the cvar), will it change admins models that are using the other 2 models I have and will it conflict with the admin model plugin I already have?
My best guess is that both plugins use the same method and times (player spawn) to change the players model. Which ever plugin makes that most recent change will be what everyone sees.

Will anyone be excessively offended if you, the server operator, change their models for a few rounds?

Also, you can modify this plugin to exclude admins. I think inserting this onto line 239 should do the trick:
if (GetUserFlagBits(client_index) & ADMFLAG_CUSTOM5) return;

Last edited by LumiStance; 12-15-2009 at 13:55. Reason: Correct client to client_index
LumiStance is offline