Код: |
DeclareScript Zomby(this : object, that : object) //Дальше реализация: if ( WasLooted(this) IsAlive(this) ) then ( KillScript() SetCP(that,GetX(this),GetY(this),0) Sleep(5) RemoveUnitFromServer(this) COM_Message_Joke("I eshe odin monstr zombirovan! %) ") ) |