05.01.2013, 18:13
|
#28
|
ПроЭктировщик
Регистрация: 31.12.2012
Сообщений: 165
Написано 5 полезных сообщений (для 7 пользователей)
|
Ответ: Вотпросы от mepihin!
Сообщение от pax
Такого и не знали про js?
function Death()
{
networkView.RPC("SetAnimation",RPCMode.All, "death");
transform.GetComponent.<FPSInputController>().enabled = false;
transform.GetComponent.<Player>().enabled = false;
yield WaitForSeconds(3);
Network.Disconnect(200);
}
|
Assets/Standard Assets/Character Controllers/Sources/Scripts/FPSInputController.js(85,29): BCE0018: The name 'Player' does not denote a valid type ('not found').
|
Вот что пишет
|
(Offline)
|
|