cs_set_user_team - should now update model+scoreboard right away

This commit is contained in:
Johnny Bergström
2004-04-22 09:38:30 +00:00
parent 79a87f4cc8
commit 72a0a37f74
3 changed files with 22 additions and 9 deletions

View File

@ -118,10 +118,8 @@ enum CsTeams {
};
native cs_get_user_team(index);
/* Set user team without killing player (so you can move hostages, plant bomb etc as terrorist).
* Note: Effect may vary between different versions of CS.
* If model is anything other than 0, that will be set as player's model.
* Model updates when player spawns.
/* Set user team without killing player.
* If model is anything other than CS_DONTCHANGE, that will be set as player's model.
*/
enum CsInternalModel {
CS_DONTCHANGE = 0,