Difference between revisions of "Talk:Motd (Metamod:Source)"

From AlliedModders Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
There's an easier way of doing the same thing without all the keyvalues crap. See http://sourcemod.net/forums/viewtopic.php?p=31328#31328
 
There's an easier way of doing the same thing without all the keyvalues crap. See http://sourcemod.net/forums/viewtopic.php?p=31328#31328
 +
:That's good too. Feel free to update the code if you like. Another way would be to keep the KeyValues, delete the ShowViewPortPanel() function and call CBasePlayer::ShowViewPortPanel() instead. --[[User:L. Duke|L. Duke]] 15:26, 24 March 2006 (EST)

Revision as of 15:26, 24 March 2006

There's an easier way of doing the same thing without all the keyvalues crap. See http://sourcemod.net/forums/viewtopic.php?p=31328#31328

That's good too. Feel free to update the code if you like. Another way would be to keep the KeyValues, delete the ShowViewPortPanel() function and call CBasePlayer::ShowViewPortPanel() instead. --L. Duke 15:26, 24 March 2006 (EST)