Removed SetPlayerModel, removed deprecated code in models.txt, added CSWeaponDrop, updated gamedata file.

This commit is contained in:
Greycale
2009-04-15 21:22:11 +02:00
parent c8989eb544
commit 37dfea2f8c
5 changed files with 230 additions and 203 deletions

View File

@ -78,7 +78,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;
}