Finished functions for applying class attributes.

This commit is contained in:
richard
2009-04-07 02:13:25 +02:00
parent cdc52e4b67
commit 907788e36a
5 changed files with 251 additions and 1 deletions

View File

@ -384,7 +384,7 @@ ClassGetOverlayPath(index, String:buffer[], maxlen, cachetype = ZR_CLASS_CACHE_P
* is used, index will be used as a client index.
* @return The night vision setting from the specified class. False on error.
*/
bool:ClassGetNVGs(index, cachetype = ZR_CLASS_CACHE_PLAYER)
bool:ClassGetNvgs(index, cachetype = ZR_CLASS_CACHE_PLAYER)
{
switch (cachetype)
{