Merged heads.

This commit is contained in:
richard
2009-04-15 23:41:22 +02:00
18 changed files with 658 additions and 295 deletions

View File

@ -77,7 +77,7 @@ bool:ClassApplyModel(client, classindex, cachetype = ZR_CLASS_CACHE_PLAYER)
// TODO: Add support for keeping the default cs model ("default").
SetPlayerModel(client, modelpath);
SetEntityModel(client, modelpath);
return true;
}