fixed #813 and cutext confirmation fixes

This commit is contained in:
[VB]AWOL
2013-11-29 13:41:48 -06:00
parent 6a5c4f6b67
commit 9a1193eacc
3 changed files with 12 additions and 5 deletions

View File

@@ -329,6 +329,12 @@ if (!isDedicated) then {
};
};
player_tagFriendlyMsg = {
if(player == _this) then {
cutText[(localize "str_epoch_player_2"),"PLAIN DOWN"];
};
};
player_serverModelChange = {
private["_object","_model"];
_object = _this select 0;